Commit 0bb2965a47bd465bd91ba78493e6fa52e4a47add

Authored by 胡龙江
1 parent d536bfbf

增加配置文件

  1 +DB_HOST=140.210.199.111
  2 +DB_PORT=3306
  3 +DB_USER=root
  4 +DB_PASSWORD=Qnbar123!
  5 +DB_NAME=ai
  6 +
  7 +REDIS_HOST=10.10.1.232
  8 +REDIS_PORT=6379
  9 +REDIS_PASSWORD=qnbarcom
  10 +REDIS_PREFIX=ai_
1 1
2 vendor/ 2 vendor/
3 -.env  
4 -*.lock  
  1 +{
  2 + "_readme": [
  3 + "This file locks the dependencies of your project to a known state",
  4 + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5 + "This file is @generated automatically"
  6 + ],
  7 + "content-hash": "272ed26f1bcb5e02f1983d7967127a2f",
  8 + "packages": [
  9 + {
  10 + "name": "firebase/php-jwt",
  11 + "version": "v6.11.0",
  12 + "source": {
  13 + "type": "git",
  14 + "url": "https://github.com/firebase/php-jwt.git",
  15 + "reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712"
  16 + },
  17 + "dist": {
  18 + "type": "zip",
  19 + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/8f718f4dfc9c5d5f0c994cdfd103921b43592712",
  20 + "reference": "8f718f4dfc9c5d5f0c994cdfd103921b43592712",
  21 + "shasum": "",
  22 + "mirrors": [
  23 + {
  24 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25 + "preferred": true
  26 + }
  27 + ]
  28 + },
  29 + "require": {
  30 + "php": "^8.0"
  31 + },
  32 + "require-dev": {
  33 + "guzzlehttp/guzzle": "^7.4",
  34 + "phpspec/prophecy-phpunit": "^2.0",
  35 + "phpunit/phpunit": "^9.5",
  36 + "psr/cache": "^2.0||^3.0",
  37 + "psr/http-client": "^1.0",
  38 + "psr/http-factory": "^1.0"
  39 + },
  40 + "suggest": {
  41 + "ext-sodium": "Support EdDSA (Ed25519) signatures",
  42 + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  43 + },
  44 + "type": "library",
  45 + "autoload": {
  46 + "psr-4": {
  47 + "Firebase\\JWT\\": "src"
  48 + }
  49 + },
  50 + "notification-url": "https://packagist.org/downloads/",
  51 + "license": [
  52 + "BSD-3-Clause"
  53 + ],
  54 + "authors": [
  55 + {
  56 + "name": "Neuman Vong",
  57 + "email": "neuman+pear@twilio.com",
  58 + "role": "Developer"
  59 + },
  60 + {
  61 + "name": "Anant Narayanan",
  62 + "email": "anant@php.net",
  63 + "role": "Developer"
  64 + }
  65 + ],
  66 + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  67 + "homepage": "https://github.com/firebase/php-jwt",
  68 + "keywords": [
  69 + "jwt",
  70 + "php"
  71 + ],
  72 + "support": {
  73 + "issues": "https://github.com/firebase/php-jwt/issues",
  74 + "source": "https://github.com/firebase/php-jwt/tree/v6.11.0"
  75 + },
  76 + "time": "2025-01-23T05:11:06+00:00"
  77 + },
  78 + {
  79 + "name": "guzzlehttp/guzzle",
  80 + "version": "7.10.0",
  81 + "source": {
  82 + "type": "git",
  83 + "url": "https://github.com/guzzle/guzzle.git",
  84 + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
  85 + },
  86 + "dist": {
  87 + "type": "zip",
  88 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
  89 + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
  90 + "shasum": "",
  91 + "mirrors": [
  92 + {
  93 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  94 + "preferred": true
  95 + }
  96 + ]
  97 + },
  98 + "require": {
  99 + "ext-json": "*",
  100 + "guzzlehttp/promises": "^2.3",
  101 + "guzzlehttp/psr7": "^2.8",
  102 + "php": "^7.2.5 || ^8.0",
  103 + "psr/http-client": "^1.0",
  104 + "symfony/deprecation-contracts": "^2.2 || ^3.0"
  105 + },
  106 + "provide": {
  107 + "psr/http-client-implementation": "1.0"
  108 + },
  109 + "require-dev": {
  110 + "bamarni/composer-bin-plugin": "^1.8.2",
  111 + "ext-curl": "*",
  112 + "guzzle/client-integration-tests": "3.0.2",
  113 + "php-http/message-factory": "^1.1",
  114 + "phpunit/phpunit": "^8.5.39 || ^9.6.20",
  115 + "psr/log": "^1.1 || ^2.0 || ^3.0"
  116 + },
  117 + "suggest": {
  118 + "ext-curl": "Required for CURL handler support",
  119 + "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  120 + "psr/log": "Required for using the Log middleware"
  121 + },
  122 + "type": "library",
  123 + "extra": {
  124 + "bamarni-bin": {
  125 + "bin-links": true,
  126 + "forward-command": false
  127 + }
  128 + },
  129 + "autoload": {
  130 + "files": [
  131 + "src/functions_include.php"
  132 + ],
  133 + "psr-4": {
  134 + "GuzzleHttp\\": "src/"
  135 + }
  136 + },
  137 + "notification-url": "https://packagist.org/downloads/",
  138 + "license": [
  139 + "MIT"
  140 + ],
  141 + "authors": [
  142 + {
  143 + "name": "Graham Campbell",
  144 + "email": "hello@gjcampbell.co.uk",
  145 + "homepage": "https://github.com/GrahamCampbell"
  146 + },
  147 + {
  148 + "name": "Michael Dowling",
  149 + "email": "mtdowling@gmail.com",
  150 + "homepage": "https://github.com/mtdowling"
  151 + },
  152 + {
  153 + "name": "Jeremy Lindblom",
  154 + "email": "jeremeamia@gmail.com",
  155 + "homepage": "https://github.com/jeremeamia"
  156 + },
  157 + {
  158 + "name": "George Mponos",
  159 + "email": "gmponos@gmail.com",
  160 + "homepage": "https://github.com/gmponos"
  161 + },
  162 + {
  163 + "name": "Tobias Nyholm",
  164 + "email": "tobias.nyholm@gmail.com",
  165 + "homepage": "https://github.com/Nyholm"
  166 + },
  167 + {
  168 + "name": "Márk Sági-Kazár",
  169 + "email": "mark.sagikazar@gmail.com",
  170 + "homepage": "https://github.com/sagikazarmark"
  171 + },
  172 + {
  173 + "name": "Tobias Schultze",
  174 + "email": "webmaster@tubo-world.de",
  175 + "homepage": "https://github.com/Tobion"
  176 + }
  177 + ],
  178 + "description": "Guzzle is a PHP HTTP client library",
  179 + "keywords": [
  180 + "client",
  181 + "curl",
  182 + "framework",
  183 + "http",
  184 + "http client",
  185 + "psr-18",
  186 + "psr-7",
  187 + "rest",
  188 + "web service"
  189 + ],
  190 + "support": {
  191 + "issues": "https://github.com/guzzle/guzzle/issues",
  192 + "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
  193 + },
  194 + "funding": [
  195 + {
  196 + "url": "https://github.com/GrahamCampbell",
  197 + "type": "github"
  198 + },
  199 + {
  200 + "url": "https://github.com/Nyholm",
  201 + "type": "github"
  202 + },
  203 + {
  204 + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  205 + "type": "tidelift"
  206 + }
  207 + ],
  208 + "time": "2025-08-23T22:36:01+00:00"
  209 + },
  210 + {
  211 + "name": "guzzlehttp/promises",
  212 + "version": "2.3.0",
  213 + "source": {
  214 + "type": "git",
  215 + "url": "https://github.com/guzzle/promises.git",
  216 + "reference": "481557b130ef3790cf82b713667b43030dc9c957"
  217 + },
  218 + "dist": {
  219 + "type": "zip",
  220 + "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
  221 + "reference": "481557b130ef3790cf82b713667b43030dc9c957",
  222 + "shasum": "",
  223 + "mirrors": [
  224 + {
  225 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  226 + "preferred": true
  227 + }
  228 + ]
  229 + },
  230 + "require": {
  231 + "php": "^7.2.5 || ^8.0"
  232 + },
  233 + "require-dev": {
  234 + "bamarni/composer-bin-plugin": "^1.8.2",
  235 + "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  236 + },
  237 + "type": "library",
  238 + "extra": {
  239 + "bamarni-bin": {
  240 + "bin-links": true,
  241 + "forward-command": false
  242 + }
  243 + },
  244 + "autoload": {
  245 + "psr-4": {
  246 + "GuzzleHttp\\Promise\\": "src/"
  247 + }
  248 + },
  249 + "notification-url": "https://packagist.org/downloads/",
  250 + "license": [
  251 + "MIT"
  252 + ],
  253 + "authors": [
  254 + {
  255 + "name": "Graham Campbell",
  256 + "email": "hello@gjcampbell.co.uk",
  257 + "homepage": "https://github.com/GrahamCampbell"
  258 + },
  259 + {
  260 + "name": "Michael Dowling",
  261 + "email": "mtdowling@gmail.com",
  262 + "homepage": "https://github.com/mtdowling"
  263 + },
  264 + {
  265 + "name": "Tobias Nyholm",
  266 + "email": "tobias.nyholm@gmail.com",
  267 + "homepage": "https://github.com/Nyholm"
  268 + },
  269 + {
  270 + "name": "Tobias Schultze",
  271 + "email": "webmaster@tubo-world.de",
  272 + "homepage": "https://github.com/Tobion"
  273 + }
  274 + ],
  275 + "description": "Guzzle promises library",
  276 + "keywords": [
  277 + "promise"
  278 + ],
  279 + "support": {
  280 + "issues": "https://github.com/guzzle/promises/issues",
  281 + "source": "https://github.com/guzzle/promises/tree/2.3.0"
  282 + },
  283 + "funding": [
  284 + {
  285 + "url": "https://github.com/GrahamCampbell",
  286 + "type": "github"
  287 + },
  288 + {
  289 + "url": "https://github.com/Nyholm",
  290 + "type": "github"
  291 + },
  292 + {
  293 + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  294 + "type": "tidelift"
  295 + }
  296 + ],
  297 + "time": "2025-08-22T14:34:08+00:00"
  298 + },
  299 + {
  300 + "name": "guzzlehttp/psr7",
  301 + "version": "2.8.0",
  302 + "source": {
  303 + "type": "git",
  304 + "url": "https://github.com/guzzle/psr7.git",
  305 + "reference": "21dc724a0583619cd1652f673303492272778051"
  306 + },
  307 + "dist": {
  308 + "type": "zip",
  309 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
  310 + "reference": "21dc724a0583619cd1652f673303492272778051",
  311 + "shasum": "",
  312 + "mirrors": [
  313 + {
  314 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  315 + "preferred": true
  316 + }
  317 + ]
  318 + },
  319 + "require": {
  320 + "php": "^7.2.5 || ^8.0",
  321 + "psr/http-factory": "^1.0",
  322 + "psr/http-message": "^1.1 || ^2.0",
  323 + "ralouphie/getallheaders": "^3.0"
  324 + },
  325 + "provide": {
  326 + "psr/http-factory-implementation": "1.0",
  327 + "psr/http-message-implementation": "1.0"
  328 + },
  329 + "require-dev": {
  330 + "bamarni/composer-bin-plugin": "^1.8.2",
  331 + "http-interop/http-factory-tests": "0.9.0",
  332 + "phpunit/phpunit": "^8.5.44 || ^9.6.25"
  333 + },
  334 + "suggest": {
  335 + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  336 + },
  337 + "type": "library",
  338 + "extra": {
  339 + "bamarni-bin": {
  340 + "bin-links": true,
  341 + "forward-command": false
  342 + }
  343 + },
  344 + "autoload": {
  345 + "psr-4": {
  346 + "GuzzleHttp\\Psr7\\": "src/"
  347 + }
  348 + },
  349 + "notification-url": "https://packagist.org/downloads/",
  350 + "license": [
  351 + "MIT"
  352 + ],
  353 + "authors": [
  354 + {
  355 + "name": "Graham Campbell",
  356 + "email": "hello@gjcampbell.co.uk",
  357 + "homepage": "https://github.com/GrahamCampbell"
  358 + },
  359 + {
  360 + "name": "Michael Dowling",
  361 + "email": "mtdowling@gmail.com",
  362 + "homepage": "https://github.com/mtdowling"
  363 + },
  364 + {
  365 + "name": "George Mponos",
  366 + "email": "gmponos@gmail.com",
  367 + "homepage": "https://github.com/gmponos"
  368 + },
  369 + {
  370 + "name": "Tobias Nyholm",
  371 + "email": "tobias.nyholm@gmail.com",
  372 + "homepage": "https://github.com/Nyholm"
  373 + },
  374 + {
  375 + "name": "Márk Sági-Kazár",
  376 + "email": "mark.sagikazar@gmail.com",
  377 + "homepage": "https://github.com/sagikazarmark"
  378 + },
  379 + {
  380 + "name": "Tobias Schultze",
  381 + "email": "webmaster@tubo-world.de",
  382 + "homepage": "https://github.com/Tobion"
  383 + },
  384 + {
  385 + "name": "Márk Sági-Kazár",
  386 + "email": "mark.sagikazar@gmail.com",
  387 + "homepage": "https://sagikazarmark.hu"
  388 + }
  389 + ],
  390 + "description": "PSR-7 message implementation that also provides common utility methods",
  391 + "keywords": [
  392 + "http",
  393 + "message",
  394 + "psr-7",
  395 + "request",
  396 + "response",
  397 + "stream",
  398 + "uri",
  399 + "url"
  400 + ],
  401 + "support": {
  402 + "issues": "https://github.com/guzzle/psr7/issues",
  403 + "source": "https://github.com/guzzle/psr7/tree/2.8.0"
  404 + },
  405 + "funding": [
  406 + {
  407 + "url": "https://github.com/GrahamCampbell",
  408 + "type": "github"
  409 + },
  410 + {
  411 + "url": "https://github.com/Nyholm",
  412 + "type": "github"
  413 + },
  414 + {
  415 + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  416 + "type": "tidelift"
  417 + }
  418 + ],
  419 + "time": "2025-08-23T21:21:41+00:00"
  420 + },
  421 + {
  422 + "name": "predis/predis",
  423 + "version": "v2.4.1",
  424 + "source": {
  425 + "type": "git",
  426 + "url": "https://github.com/predis/predis.git",
  427 + "reference": "07105e050622ed80bd60808367ced9e379f31530"
  428 + },
  429 + "dist": {
  430 + "type": "zip",
  431 + "url": "https://api.github.com/repos/predis/predis/zipball/07105e050622ed80bd60808367ced9e379f31530",
  432 + "reference": "07105e050622ed80bd60808367ced9e379f31530",
  433 + "shasum": "",
  434 + "mirrors": [
  435 + {
  436 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  437 + "preferred": true
  438 + }
  439 + ]
  440 + },
  441 + "require": {
  442 + "php": "^7.2 || ^8.0"
  443 + },
  444 + "require-dev": {
  445 + "friendsofphp/php-cs-fixer": "^3.3",
  446 + "phpstan/phpstan": "^1.9",
  447 + "phpunit/phpcov": "^6.0 || ^8.0",
  448 + "phpunit/phpunit": "^8.0 || ^9.4"
  449 + },
  450 + "suggest": {
  451 + "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
  452 + },
  453 + "type": "library",
  454 + "autoload": {
  455 + "psr-4": {
  456 + "Predis\\": "src/"
  457 + }
  458 + },
  459 + "notification-url": "https://packagist.org/downloads/",
  460 + "license": [
  461 + "MIT"
  462 + ],
  463 + "authors": [
  464 + {
  465 + "name": "Till Krüss",
  466 + "homepage": "https://till.im",
  467 + "role": "Maintainer"
  468 + }
  469 + ],
  470 + "description": "A flexible and feature-complete Redis/Valkey client for PHP.",
  471 + "homepage": "http://github.com/predis/predis",
  472 + "keywords": [
  473 + "nosql",
  474 + "predis",
  475 + "redis"
  476 + ],
  477 + "support": {
  478 + "issues": "https://github.com/predis/predis/issues",
  479 + "source": "https://github.com/predis/predis/tree/v2.4.1"
  480 + },
  481 + "funding": [
  482 + {
  483 + "url": "https://github.com/sponsors/tillkruss",
  484 + "type": "github"
  485 + }
  486 + ],
  487 + "time": "2025-11-12T18:00:11+00:00"
  488 + },
  489 + {
  490 + "name": "psr/http-client",
  491 + "version": "1.0.3",
  492 + "source": {
  493 + "type": "git",
  494 + "url": "https://github.com/php-fig/http-client.git",
  495 + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
  496 + },
  497 + "dist": {
  498 + "type": "zip",
  499 + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
  500 + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
  501 + "shasum": "",
  502 + "mirrors": [
  503 + {
  504 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  505 + "preferred": true
  506 + }
  507 + ]
  508 + },
  509 + "require": {
  510 + "php": "^7.0 || ^8.0",
  511 + "psr/http-message": "^1.0 || ^2.0"
  512 + },
  513 + "type": "library",
  514 + "extra": {
  515 + "branch-alias": {
  516 + "dev-master": "1.0.x-dev"
  517 + }
  518 + },
  519 + "autoload": {
  520 + "psr-4": {
  521 + "Psr\\Http\\Client\\": "src/"
  522 + }
  523 + },
  524 + "notification-url": "https://packagist.org/downloads/",
  525 + "license": [
  526 + "MIT"
  527 + ],
  528 + "authors": [
  529 + {
  530 + "name": "PHP-FIG",
  531 + "homepage": "https://www.php-fig.org/"
  532 + }
  533 + ],
  534 + "description": "Common interface for HTTP clients",
  535 + "homepage": "https://github.com/php-fig/http-client",
  536 + "keywords": [
  537 + "http",
  538 + "http-client",
  539 + "psr",
  540 + "psr-18"
  541 + ],
  542 + "support": {
  543 + "source": "https://github.com/php-fig/http-client"
  544 + },
  545 + "time": "2023-09-23T14:17:50+00:00"
  546 + },
  547 + {
  548 + "name": "psr/http-factory",
  549 + "version": "1.0.2",
  550 + "source": {
  551 + "type": "git",
  552 + "url": "https://github.com/php-fig/http-factory.git",
  553 + "reference": "e616d01114759c4c489f93b099585439f795fe35"
  554 + },
  555 + "dist": {
  556 + "type": "zip",
  557 + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  558 + "reference": "e616d01114759c4c489f93b099585439f795fe35",
  559 + "shasum": "",
  560 + "mirrors": [
  561 + {
  562 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  563 + "preferred": true
  564 + }
  565 + ]
  566 + },
  567 + "require": {
  568 + "php": ">=7.0.0",
  569 + "psr/http-message": "^1.0 || ^2.0"
  570 + },
  571 + "type": "library",
  572 + "extra": {
  573 + "branch-alias": {
  574 + "dev-master": "1.0.x-dev"
  575 + }
  576 + },
  577 + "autoload": {
  578 + "psr-4": {
  579 + "Psr\\Http\\Message\\": "src/"
  580 + }
  581 + },
  582 + "notification-url": "https://packagist.org/downloads/",
  583 + "license": [
  584 + "MIT"
  585 + ],
  586 + "authors": [
  587 + {
  588 + "name": "PHP-FIG",
  589 + "homepage": "https://www.php-fig.org/"
  590 + }
  591 + ],
  592 + "description": "Common interfaces for PSR-7 HTTP message factories",
  593 + "keywords": [
  594 + "factory",
  595 + "http",
  596 + "message",
  597 + "psr",
  598 + "psr-17",
  599 + "psr-7",
  600 + "request",
  601 + "response"
  602 + ],
  603 + "support": {
  604 + "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  605 + },
  606 + "time": "2023-04-10T20:10:41+00:00"
  607 + },
  608 + {
  609 + "name": "psr/http-message",
  610 + "version": "2.0",
  611 + "source": {
  612 + "type": "git",
  613 + "url": "https://github.com/php-fig/http-message.git",
  614 + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
  615 + },
  616 + "dist": {
  617 + "type": "zip",
  618 + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  619 + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
  620 + "shasum": "",
  621 + "mirrors": [
  622 + {
  623 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  624 + "preferred": true
  625 + }
  626 + ]
  627 + },
  628 + "require": {
  629 + "php": "^7.2 || ^8.0"
  630 + },
  631 + "type": "library",
  632 + "extra": {
  633 + "branch-alias": {
  634 + "dev-master": "2.0.x-dev"
  635 + }
  636 + },
  637 + "autoload": {
  638 + "psr-4": {
  639 + "Psr\\Http\\Message\\": "src/"
  640 + }
  641 + },
  642 + "notification-url": "https://packagist.org/downloads/",
  643 + "license": [
  644 + "MIT"
  645 + ],
  646 + "authors": [
  647 + {
  648 + "name": "PHP-FIG",
  649 + "homepage": "https://www.php-fig.org/"
  650 + }
  651 + ],
  652 + "description": "Common interface for HTTP messages",
  653 + "homepage": "https://github.com/php-fig/http-message",
  654 + "keywords": [
  655 + "http",
  656 + "http-message",
  657 + "psr",
  658 + "psr-7",
  659 + "request",
  660 + "response"
  661 + ],
  662 + "support": {
  663 + "source": "https://github.com/php-fig/http-message/tree/2.0"
  664 + },
  665 + "time": "2023-04-04T09:54:51+00:00"
  666 + },
  667 + {
  668 + "name": "ralouphie/getallheaders",
  669 + "version": "3.0.3",
  670 + "source": {
  671 + "type": "git",
  672 + "url": "https://github.com/ralouphie/getallheaders.git",
  673 + "reference": "120b605dfeb996808c31b6477290a714d356e822"
  674 + },
  675 + "dist": {
  676 + "type": "zip",
  677 + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  678 + "reference": "120b605dfeb996808c31b6477290a714d356e822",
  679 + "shasum": "",
  680 + "mirrors": [
  681 + {
  682 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  683 + "preferred": true
  684 + }
  685 + ]
  686 + },
  687 + "require": {
  688 + "php": ">=5.6"
  689 + },
  690 + "require-dev": {
  691 + "php-coveralls/php-coveralls": "^2.1",
  692 + "phpunit/phpunit": "^5 || ^6.5"
  693 + },
  694 + "type": "library",
  695 + "autoload": {
  696 + "files": [
  697 + "src/getallheaders.php"
  698 + ]
  699 + },
  700 + "notification-url": "https://packagist.org/downloads/",
  701 + "license": [
  702 + "MIT"
  703 + ],
  704 + "authors": [
  705 + {
  706 + "name": "Ralph Khattar",
  707 + "email": "ralph.khattar@gmail.com"
  708 + }
  709 + ],
  710 + "description": "A polyfill for getallheaders.",
  711 + "support": {
  712 + "issues": "https://github.com/ralouphie/getallheaders/issues",
  713 + "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  714 + },
  715 + "time": "2019-03-08T08:55:37+00:00"
  716 + },
  717 + {
  718 + "name": "symfony/deprecation-contracts",
  719 + "version": "v3.6.0",
  720 + "source": {
  721 + "type": "git",
  722 + "url": "https://github.com/symfony/deprecation-contracts.git",
  723 + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
  724 + },
  725 + "dist": {
  726 + "type": "zip",
  727 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
  728 + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
  729 + "shasum": "",
  730 + "mirrors": [
  731 + {
  732 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  733 + "preferred": true
  734 + }
  735 + ]
  736 + },
  737 + "require": {
  738 + "php": ">=8.1"
  739 + },
  740 + "type": "library",
  741 + "extra": {
  742 + "thanks": {
  743 + "url": "https://github.com/symfony/contracts",
  744 + "name": "symfony/contracts"
  745 + },
  746 + "branch-alias": {
  747 + "dev-main": "3.6-dev"
  748 + }
  749 + },
  750 + "autoload": {
  751 + "files": [
  752 + "function.php"
  753 + ]
  754 + },
  755 + "notification-url": "https://packagist.org/downloads/",
  756 + "license": [
  757 + "MIT"
  758 + ],
  759 + "authors": [
  760 + {
  761 + "name": "Nicolas Grekas",
  762 + "email": "p@tchwork.com"
  763 + },
  764 + {
  765 + "name": "Symfony Community",
  766 + "homepage": "https://symfony.com/contributors"
  767 + }
  768 + ],
  769 + "description": "A generic function and convention to trigger deprecation notices",
  770 + "homepage": "https://symfony.com",
  771 + "support": {
  772 + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
  773 + },
  774 + "funding": [
  775 + {
  776 + "url": "https://symfony.com/sponsor",
  777 + "type": "custom"
  778 + },
  779 + {
  780 + "url": "https://github.com/fabpot",
  781 + "type": "github"
  782 + },
  783 + {
  784 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  785 + "type": "tidelift"
  786 + }
  787 + ],
  788 + "time": "2024-09-25T14:21:43+00:00"
  789 + },
  790 + {
  791 + "name": "volcengine/ve-tos-php-sdk",
  792 + "version": "2.1.11",
  793 + "source": {
  794 + "type": "git",
  795 + "url": "https://github.com/volcengine/ve-tos-php-sdk.git",
  796 + "reference": "34f1b88c67112e804e3b5f4597f78530dc5a5afd"
  797 + },
  798 + "dist": {
  799 + "type": "zip",
  800 + "url": "https://api.github.com/repos/volcengine/ve-tos-php-sdk/zipball/34f1b88c67112e804e3b5f4597f78530dc5a5afd",
  801 + "reference": "34f1b88c67112e804e3b5f4597f78530dc5a5afd",
  802 + "shasum": "",
  803 + "mirrors": [
  804 + {
  805 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  806 + "preferred": true
  807 + }
  808 + ]
  809 + },
  810 + "require": {
  811 + "ext-json": "*",
  812 + "guzzlehttp/guzzle": "^6.5 || ^7.0",
  813 + "php": ">=5.6"
  814 + },
  815 + "type": "library",
  816 + "autoload": {
  817 + "psr-4": {
  818 + "Tos\\": "src/"
  819 + }
  820 + },
  821 + "notification-url": "https://packagist.org/downloads/",
  822 + "license": [
  823 + "Apache 2.0"
  824 + ],
  825 + "authors": [
  826 + {
  827 + "name": "xiangshijian",
  828 + "email": "xiangshijian@bytedance.com"
  829 + }
  830 + ],
  831 + "description": "PHP SDK for volcengine TOS",
  832 + "keywords": [
  833 + "php",
  834 + "tos",
  835 + "volcengine"
  836 + ],
  837 + "support": {
  838 + "issues": "https://github.com/volcengine/ve-tos-php-sdk/issues",
  839 + "source": "https://github.com/volcengine/ve-tos-php-sdk/tree/v2.1.11"
  840 + },
  841 + "time": "2024-06-28T17:07:44+00:00"
  842 + },
  843 + {
  844 + "name": "workerman/workerman",
  845 + "version": "v4.2.1",
  846 + "source": {
  847 + "type": "git",
  848 + "url": "https://github.com/walkor/workerman.git",
  849 + "reference": "cafb5a43d93d7d30a16b32a57948581cca993562"
  850 + },
  851 + "dist": {
  852 + "type": "zip",
  853 + "url": "https://api.github.com/repos/walkor/workerman/zipball/cafb5a43d93d7d30a16b32a57948581cca993562",
  854 + "reference": "cafb5a43d93d7d30a16b32a57948581cca993562",
  855 + "shasum": "",
  856 + "mirrors": [
  857 + {
  858 + "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  859 + "preferred": true
  860 + }
  861 + ]
  862 + },
  863 + "require": {
  864 + "php": ">=8.0"
  865 + },
  866 + "suggest": {
  867 + "ext-event": "For better performance. "
  868 + },
  869 + "type": "library",
  870 + "autoload": {
  871 + "psr-4": {
  872 + "Workerman\\": "./"
  873 + }
  874 + },
  875 + "notification-url": "https://packagist.org/downloads/",
  876 + "license": [
  877 + "MIT"
  878 + ],
  879 + "authors": [
  880 + {
  881 + "name": "walkor",
  882 + "email": "walkor@workerman.net",
  883 + "homepage": "http://www.workerman.net",
  884 + "role": "Developer"
  885 + }
  886 + ],
  887 + "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
  888 + "homepage": "http://www.workerman.net",
  889 + "keywords": [
  890 + "asynchronous",
  891 + "event-loop"
  892 + ],
  893 + "support": {
  894 + "email": "walkor@workerman.net",
  895 + "forum": "http://wenda.workerman.net/",
  896 + "issues": "https://github.com/walkor/workerman/issues",
  897 + "source": "https://github.com/walkor/workerman",
  898 + "wiki": "http://doc.workerman.net/"
  899 + },
  900 + "funding": [
  901 + {
  902 + "url": "https://opencollective.com/workerman",
  903 + "type": "open_collective"
  904 + },
  905 + {
  906 + "url": "https://www.patreon.com/walkor",
  907 + "type": "patreon"
  908 + }
  909 + ],
  910 + "time": "2024-11-24T11:45:37+00:00"
  911 + }
  912 + ],
  913 + "packages-dev": [],
  914 + "aliases": [],
  915 + "minimum-stability": "stable",
  916 + "stability-flags": {},
  917 + "prefer-stable": false,
  918 + "prefer-lowest": false,
  919 + "platform": {
  920 + "php": ">=8.0"
  921 + },
  922 + "platform-dev": {},
  923 + "plugin-api-version": "2.9.0"
  924 +}
Please register or login to post a comment