kenken999/php
0
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": "81dea325986c953b1ec0e8ced45bc6e9",8 "packages": [9 {10 "name": "asm89/stack-cors",11 "version": "v2.0.3",12 "source": {13 "type": "git",14 "url": "https://github.com/asm89/stack-cors.git",15 "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714"16 },17 "dist": {18 "type": "zip",19 "url": "https://api.github.com/repos/asm89/stack-cors/zipball/9cb795bf30988e8c96dd3c40623c48a877bc6714",20 "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714",21 "shasum": ""22 },23 "require": {24 "php": "^7.0|^8.0",25 "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",26 "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"27 },28 "require-dev": {29 "phpunit/phpunit": "^6|^7|^8|^9",30 "squizlabs/php_codesniffer": "^3.5"31 },32 "type": "library",33 "extra": {34 "branch-alias": {35 "dev-master": "2.0-dev"36 }37 },38 "autoload": {39 "psr-4": {40 "Asm89\\Stack\\": "src/"41 }42 },43 "notification-url": "https://packagist.org/downloads/",44 "license": [45 "MIT"46 ],47 "authors": [48 {49 "name": "Alexander",50 "email": "iam.asm89@gmail.com"51 }52 ],53 "description": "Cross-origin resource sharing library and stack middleware",54 "homepage": "https://github.com/asm89/stack-cors",55 "keywords": [56 "cors",57 "stack"58 ],59 "support": {60 "issues": "https://github.com/asm89/stack-cors/issues",61 "source": "https://github.com/asm89/stack-cors/tree/v2.0.3"62 },63 "time": "2021-03-11T06:42:03+00:00"64 },65 {66 "name": "brick/math",67 "version": "0.9.3",68 "source": {69 "type": "git",70 "url": "https://github.com/brick/math.git",71 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"72 },73 "dist": {74 "type": "zip",75 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",76 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",77 "shasum": ""78 },79 "require": {80 "ext-json": "*",81 "php": "^7.1 || ^8.0"82 },83 "require-dev": {84 "php-coveralls/php-coveralls": "^2.2",85 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",86 "vimeo/psalm": "4.9.2"87 },88 "type": "library",89 "autoload": {90 "psr-4": {91 "Brick\\Math\\": "src/"92 }93 },94 "notification-url": "https://packagist.org/downloads/",95 "license": [96 "MIT"97 ],98 "description": "Arbitrary-precision arithmetic library",99 "keywords": [100 "Arbitrary-precision",101 "BigInteger",102 "BigRational",103 "arithmetic",104 "bigdecimal",105 "bignum",106 "brick",107 "math"108 ],109 "support": {110 "issues": "https://github.com/brick/math/issues",111 "source": "https://github.com/brick/math/tree/0.9.3"112 },113 "funding": [114 {115 "url": "https://github.com/BenMorel",116 "type": "github"117 },118 {119 "url": "https://tidelift.com/funding/github/packagist/brick/math",120 "type": "tidelift"121 }122 ],123 "time": "2021-08-15T20:50:18+00:00"124 },125 {126 "name": "dflydev/dot-access-data",127 "version": "v3.0.1",128 "source": {129 "type": "git",130 "url": "https://github.com/dflydev/dflydev-dot-access-data.git",131 "reference": "0992cc19268b259a39e86f296da5f0677841f42c"132 },133 "dist": {134 "type": "zip",135 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",136 "reference": "0992cc19268b259a39e86f296da5f0677841f42c",137 "shasum": ""138 },139 "require": {140 "php": "^7.1 || ^8.0"141 },142 "require-dev": {143 "phpstan/phpstan": "^0.12.42",144 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",145 "scrutinizer/ocular": "1.6.0",146 "squizlabs/php_codesniffer": "^3.5",147 "vimeo/psalm": "^3.14"148 },149 "type": "library",150 "extra": {151 "branch-alias": {152 "dev-main": "3.x-dev"153 }154 },155 "autoload": {156 "psr-4": {157 "Dflydev\\DotAccessData\\": "src/"158 }159 },160 "notification-url": "https://packagist.org/downloads/",161 "license": [162 "MIT"163 ],164 "authors": [165 {166 "name": "Dragonfly Development Inc.",167 "email": "info@dflydev.com",168 "homepage": "http://dflydev.com"169 },170 {171 "name": "Beau Simensen",172 "email": "beau@dflydev.com",173 "homepage": "http://beausimensen.com"174 },175 {176 "name": "Carlos Frutos",177 "email": "carlos@kiwing.it",178 "homepage": "https://github.com/cfrutos"179 },180 {181 "name": "Colin O'Dell",182 "email": "colinodell@gmail.com",183 "homepage": "https://www.colinodell.com"184 }185 ],186 "description": "Given a deep data structure, access data by dot notation.",187 "homepage": "https://github.com/dflydev/dflydev-dot-access-data",188 "keywords": [189 "access",190 "data",191 "dot",192 "notation"193 ],194 "support": {195 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",196 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"197 },198 "time": "2021-08-13T13:06:58+00:00"199 },200 {201 "name": "doctrine/inflector",202 "version": "2.0.4",203 "source": {204 "type": "git",205 "url": "https://github.com/doctrine/inflector.git",206 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"207 },208 "dist": {209 "type": "zip",210 "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",211 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",212 "shasum": ""213 },214 "require": {215 "php": "^7.2 || ^8.0"216 },217 "require-dev": {218 "doctrine/coding-standard": "^8.2",219 "phpstan/phpstan": "^0.12",220 "phpstan/phpstan-phpunit": "^0.12",221 "phpstan/phpstan-strict-rules": "^0.12",222 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",223 "vimeo/psalm": "^4.10"224 },225 "type": "library",226 "autoload": {227 "psr-4": {228 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"229 }230 },231 "notification-url": "https://packagist.org/downloads/",232 "license": [233 "MIT"234 ],235 "authors": [236 {237 "name": "Guilherme Blanco",238 "email": "guilhermeblanco@gmail.com"239 },240 {241 "name": "Roman Borschel",242 "email": "roman@code-factory.org"243 },244 {245 "name": "Benjamin Eberlei",246 "email": "kontakt@beberlei.de"247 },248 {249 "name": "Jonathan Wage",250 "email": "jonwage@gmail.com"251 },252 {253 "name": "Johannes Schmitt",254 "email": "schmittjoh@gmail.com"255 }256 ],257 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",258 "homepage": "https://www.doctrine-project.org/projects/inflector.html",259 "keywords": [260 "inflection",261 "inflector",262 "lowercase",263 "manipulation",264 "php",265 "plural",266 "singular",267 "strings",268 "uppercase",269 "words"270 ],271 "support": {272 "issues": "https://github.com/doctrine/inflector/issues",273 "source": "https://github.com/doctrine/inflector/tree/2.0.4"274 },275 "funding": [276 {277 "url": "https://www.doctrine-project.org/sponsorship.html",278 "type": "custom"279 },280 {281 "url": "https://www.patreon.com/phpdoctrine",282 "type": "patreon"283 },284 {285 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",286 "type": "tidelift"287 }288 ],289 "time": "2021-10-22T20:16:43+00:00"290 },291 {292 "name": "doctrine/lexer",293 "version": "1.2.1",294 "source": {295 "type": "git",296 "url": "https://github.com/doctrine/lexer.git",297 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"298 },299 "dist": {300 "type": "zip",301 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",302 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",303 "shasum": ""304 },305 "require": {306 "php": "^7.2 || ^8.0"307 },308 "require-dev": {309 "doctrine/coding-standard": "^6.0",310 "phpstan/phpstan": "^0.11.8",311 "phpunit/phpunit": "^8.2"312 },313 "type": "library",314 "extra": {315 "branch-alias": {316 "dev-master": "1.2.x-dev"317 }318 },319 "autoload": {320 "psr-4": {321 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"322 }323 },324 "notification-url": "https://packagist.org/downloads/",325 "license": [326 "MIT"327 ],328 "authors": [329 {330 "name": "Guilherme Blanco",331 "email": "guilhermeblanco@gmail.com"332 },333 {334 "name": "Roman Borschel",335 "email": "roman@code-factory.org"336 },337 {338 "name": "Johannes Schmitt",339 "email": "schmittjoh@gmail.com"340 }341 ],342 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",343 "homepage": "https://www.doctrine-project.org/projects/lexer.html",344 "keywords": [345 "annotations",346 "docblock",347 "lexer",348 "parser",349 "php"350 ],351 "support": {352 "issues": "https://github.com/doctrine/lexer/issues",353 "source": "https://github.com/doctrine/lexer/tree/1.2.1"354 },355 "funding": [356 {357 "url": "https://www.doctrine-project.org/sponsorship.html",358 "type": "custom"359 },360 {361 "url": "https://www.patreon.com/phpdoctrine",362 "type": "patreon"363 },364 {365 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",366 "type": "tidelift"367 }368 ],369 "time": "2020-05-25T17:44:05+00:00"370 },371 {372 "name": "dragonmantank/cron-expression",373 "version": "v3.1.0",374 "source": {375 "type": "git",376 "url": "https://github.com/dragonmantank/cron-expression.git",377 "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c"378 },379 "dist": {380 "type": "zip",381 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",382 "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",383 "shasum": ""384 },385 "require": {386 "php": "^7.2|^8.0",387 "webmozart/assert": "^1.7.0"388 },389 "replace": {390 "mtdowling/cron-expression": "^1.0"391 },392 "require-dev": {393 "phpstan/extension-installer": "^1.0",394 "phpstan/phpstan": "^0.12",395 "phpstan/phpstan-webmozart-assert": "^0.12.7",396 "phpunit/phpunit": "^7.0|^8.0|^9.0"397 },398 "type": "library",399 "autoload": {400 "psr-4": {401 "Cron\\": "src/Cron/"402 }403 },404 "notification-url": "https://packagist.org/downloads/",405 "license": [406 "MIT"407 ],408 "authors": [409 {410 "name": "Chris Tankersley",411 "email": "chris@ctankersley.com",412 "homepage": "https://github.com/dragonmantank"413 }414 ],415 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",416 "keywords": [417 "cron",418 "schedule"419 ],420 "support": {421 "issues": "https://github.com/dragonmantank/cron-expression/issues",422 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.1.0"423 },424 "funding": [425 {426 "url": "https://github.com/dragonmantank",427 "type": "github"428 }429 ],430 "time": "2020-11-24T19:55:57+00:00"431 },432 {433 "name": "egulias/email-validator",434 "version": "2.1.25",435 "source": {436 "type": "git",437 "url": "https://github.com/egulias/EmailValidator.git",438 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"439 },440 "dist": {441 "type": "zip",442 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",443 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",444 "shasum": ""445 },446 "require": {447 "doctrine/lexer": "^1.0.1",448 "php": ">=5.5",449 "symfony/polyfill-intl-idn": "^1.10"450 },451 "require-dev": {452 "dominicsayers/isemail": "^3.0.7",453 "phpunit/phpunit": "^4.8.36|^7.5.15",454 "satooshi/php-coveralls": "^1.0.1"455 },456 "suggest": {457 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"458 },459 "type": "library",460 "extra": {461 "branch-alias": {462 "dev-master": "2.1.x-dev"463 }464 },465 "autoload": {466 "psr-4": {467 "Egulias\\EmailValidator\\": "src"468 }469 },470 "notification-url": "https://packagist.org/downloads/",471 "license": [472 "MIT"473 ],474 "authors": [475 {476 "name": "Eduardo Gulias Davis"477 }478 ],479 "description": "A library for validating emails against several RFCs",480 "homepage": "https://github.com/egulias/EmailValidator",481 "keywords": [482 "email",483 "emailvalidation",484 "emailvalidator",485 "validation",486 "validator"487 ],488 "support": {489 "issues": "https://github.com/egulias/EmailValidator/issues",490 "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"491 },492 "funding": [493 {494 "url": "https://github.com/egulias",495 "type": "github"496 }497 ],498 "time": "2020-12-29T14:50:06+00:00"499 },500 {501 "name": "fruitcake/laravel-cors",502 "version": "v2.0.4",503 "source": {504 "type": "git",505 "url": "https://github.com/fruitcake/laravel-cors.git",506 "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"507 },508 "dist": {509 "type": "zip",510 "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",511 "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",512 "shasum": ""513 },514 "require": {515 "asm89/stack-cors": "^2.0.1",516 "illuminate/contracts": "^6|^7|^8|^9",517 "illuminate/support": "^6|^7|^8|^9",518 "php": ">=7.2",519 "symfony/http-foundation": "^4|^5",520 "symfony/http-kernel": "^4.3.4|^5"521 },522 "require-dev": {523 "laravel/framework": "^6|^7|^8",524 "orchestra/testbench-dusk": "^4|^5|^6|^7",525 "phpunit/phpunit": "^6|^7|^8|^9",526 "squizlabs/php_codesniffer": "^3.5"527 },528 "type": "library",529 "extra": {530 "branch-alias": {531 "dev-master": "2.0-dev"532 },533 "laravel": {534 "providers": [535 "Fruitcake\\Cors\\CorsServiceProvider"536 ]537 }538 },539 "autoload": {540 "psr-4": {541 "Fruitcake\\Cors\\": "src/"542 }543 },544 "notification-url": "https://packagist.org/downloads/",545 "license": [546 "MIT"547 ],548 "authors": [549 {550 "name": "Fruitcake",551 "homepage": "https://fruitcake.nl"552 },553 {554 "name": "Barry vd. Heuvel",555 "email": "barryvdh@gmail.com"556 }557 ],558 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",559 "keywords": [560 "api",561 "cors",562 "crossdomain",563 "laravel"564 ],565 "support": {566 "issues": "https://github.com/fruitcake/laravel-cors/issues",567 "source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"568 },569 "funding": [570 {571 "url": "https://github.com/barryvdh",572 "type": "github"573 }574 ],575 "time": "2021-04-26T11:24:25+00:00"576 },577 {578 "name": "graham-campbell/result-type",579 "version": "v1.0.3",580 "source": {581 "type": "git",582 "url": "https://github.com/GrahamCampbell/Result-Type.git",583 "reference": "296c015dc30ec4322168c5ad3ee5cc11dae827ac"584 },585 "dist": {586 "type": "zip",587 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/296c015dc30ec4322168c5ad3ee5cc11dae827ac",588 "reference": "296c015dc30ec4322168c5ad3ee5cc11dae827ac",589 "shasum": ""590 },591 "require": {592 "php": "^7.0 || ^8.0",593 "phpoption/phpoption": "^1.8"594 },595 "require-dev": {596 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"597 },598 "type": "library",599 "autoload": {600 "psr-4": {601 "GrahamCampbell\\ResultType\\": "src/"602 }603 },604 "notification-url": "https://packagist.org/downloads/",605 "license": [606 "MIT"607 ],608 "authors": [609 {610 "name": "Graham Campbell",611 "email": "hello@gjcampbell.co.uk"612 }613 ],614 "description": "An Implementation Of The Result Type",615 "keywords": [616 "Graham Campbell",617 "GrahamCampbell",618 "Result Type",619 "Result-Type",620 "result"621 ],622 "support": {623 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",624 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.3"625 },626 "funding": [627 {628 "url": "https://github.com/GrahamCampbell",629 "type": "github"630 },631 {632 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",633 "type": "tidelift"634 }635 ],636 "time": "2021-10-17T19:48:54+00:00"637 },638 {639 "name": "guzzlehttp/guzzle",640 "version": "7.4.0",641 "source": {642 "type": "git",643 "url": "https://github.com/guzzle/guzzle.git",644 "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94"645 },646 "dist": {647 "type": "zip",648 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/868b3571a039f0ebc11ac8f344f4080babe2cb94",649 "reference": "868b3571a039f0ebc11ac8f344f4080babe2cb94",650 "shasum": ""651 },652 "require": {653 "ext-json": "*",654 "guzzlehttp/promises": "^1.5",655 "guzzlehttp/psr7": "^1.8.3 || ^2.1",656 "php": "^7.2.5 || ^8.0",657 "psr/http-client": "^1.0",658 "symfony/deprecation-contracts": "^2.2"659 },660 "provide": {661 "psr/http-client-implementation": "1.0"662 },663 "require-dev": {664 "bamarni/composer-bin-plugin": "^1.4.1",665 "ext-curl": "*",666 "php-http/client-integration-tests": "^3.0",667 "phpunit/phpunit": "^8.5.5 || ^9.3.5",668 "psr/log": "^1.1 || ^2.0 || ^3.0"669 },670 "suggest": {671 "ext-curl": "Required for CURL handler support",672 "ext-intl": "Required for Internationalized Domain Name (IDN) support",673 "psr/log": "Required for using the Log middleware"674 },675 "type": "library",676 "extra": {677 "branch-alias": {678 "dev-master": "7.4-dev"679 }680 },681 "autoload": {682 "psr-4": {683 "GuzzleHttp\\": "src/"684 },685 "files": [686 "src/functions_include.php"687 ]688 },689 "notification-url": "https://packagist.org/downloads/",690 "license": [691 "MIT"692 ],693 "authors": [694 {695 "name": "Graham Campbell",696 "email": "hello@gjcampbell.co.uk",697 "homepage": "https://github.com/GrahamCampbell"698 },699 {700 "name": "Michael Dowling",701 "email": "mtdowling@gmail.com",702 "homepage": "https://github.com/mtdowling"703 },704 {705 "name": "Jeremy Lindblom",706 "email": "jeremeamia@gmail.com",707 "homepage": "https://github.com/jeremeamia"708 },709 {710 "name": "George Mponos",711 "email": "gmponos@gmail.com",712 "homepage": "https://github.com/gmponos"713 },714 {715 "name": "Tobias Nyholm",716 "email": "tobias.nyholm@gmail.com",717 "homepage": "https://github.com/Nyholm"718 },719 {720 "name": "Márk Sági-Kazár",721 "email": "mark.sagikazar@gmail.com",722 "homepage": "https://github.com/sagikazarmark"723 },724 {725 "name": "Tobias Schultze",726 "email": "webmaster@tubo-world.de",727 "homepage": "https://github.com/Tobion"728 }729 ],730 "description": "Guzzle is a PHP HTTP client library",731 "keywords": [732 "client",733 "curl",734 "framework",735 "http",736 "http client",737 "psr-18",738 "psr-7",739 "rest",740 "web service"741 ],742 "support": {743 "issues": "https://github.com/guzzle/guzzle/issues",744 "source": "https://github.com/guzzle/guzzle/tree/7.4.0"745 },746 "funding": [747 {748 "url": "https://github.com/GrahamCampbell",749 "type": "github"750 },751 {752 "url": "https://github.com/Nyholm",753 "type": "github"754 },755 {756 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",757 "type": "tidelift"758 }759 ],760 "time": "2021-10-18T09:52:00+00:00"761 },762 {763 "name": "guzzlehttp/promises",764 "version": "1.5.1",765 "source": {766 "type": "git",767 "url": "https://github.com/guzzle/promises.git",768 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"769 },770 "dist": {771 "type": "zip",772 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",773 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",774 "shasum": ""775 },776 "require": {777 "php": ">=5.5"778 },779 "require-dev": {780 "symfony/phpunit-bridge": "^4.4 || ^5.1"781 },782 "type": "library",783 "extra": {784 "branch-alias": {785 "dev-master": "1.5-dev"786 }787 },788 "autoload": {789 "psr-4": {790 "GuzzleHttp\\Promise\\": "src/"791 },792 "files": [793 "src/functions_include.php"794 ]795 },796 "notification-url": "https://packagist.org/downloads/",797 "license": [798 "MIT"799 ],800 "authors": [801 {802 "name": "Graham Campbell",803 "email": "hello@gjcampbell.co.uk",804 "homepage": "https://github.com/GrahamCampbell"805 },806 {807 "name": "Michael Dowling",808 "email": "mtdowling@gmail.com",809 "homepage": "https://github.com/mtdowling"810 },811 {812 "name": "Tobias Nyholm",813 "email": "tobias.nyholm@gmail.com",814 "homepage": "https://github.com/Nyholm"815 },816 {817 "name": "Tobias Schultze",818 "email": "webmaster@tubo-world.de",819 "homepage": "https://github.com/Tobion"820 }821 ],822 "description": "Guzzle promises library",823 "keywords": [824 "promise"825 ],826 "support": {827 "issues": "https://github.com/guzzle/promises/issues",828 "source": "https://github.com/guzzle/promises/tree/1.5.1"829 },830 "funding": [831 {832 "url": "https://github.com/GrahamCampbell",833 "type": "github"834 },835 {836 "url": "https://github.com/Nyholm",837 "type": "github"838 },839 {840 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",841 "type": "tidelift"842 }843 ],844 "time": "2021-10-22T20:56:57+00:00"845 },846 {847 "name": "guzzlehttp/psr7",848 "version": "2.1.0",849 "source": {850 "type": "git",851 "url": "https://github.com/guzzle/psr7.git",852 "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"853 },854 "dist": {855 "type": "zip",856 "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",857 "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",858 "shasum": ""859 },860 "require": {861 "php": "^7.2.5 || ^8.0",862 "psr/http-factory": "^1.0",863 "psr/http-message": "^1.0",864 "ralouphie/getallheaders": "^3.0"865 },866 "provide": {867 "psr/http-factory-implementation": "1.0",868 "psr/http-message-implementation": "1.0"869 },870 "require-dev": {871 "bamarni/composer-bin-plugin": "^1.4.1",872 "http-interop/http-factory-tests": "^0.9",873 "phpunit/phpunit": "^8.5.8 || ^9.3.10"874 },875 "suggest": {876 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"877 },878 "type": "library",879 "extra": {880 "branch-alias": {881 "dev-master": "2.1-dev"882 }883 },884 "autoload": {885 "psr-4": {886 "GuzzleHttp\\Psr7\\": "src/"887 }888 },889 "notification-url": "https://packagist.org/downloads/",890 "license": [891 "MIT"892 ],893 "authors": [894 {895 "name": "Graham Campbell",896 "email": "hello@gjcampbell.co.uk",897 "homepage": "https://github.com/GrahamCampbell"898 },899 {900 "name": "Michael Dowling",901 "email": "mtdowling@gmail.com",902 "homepage": "https://github.com/mtdowling"903 },904 {905 "name": "George Mponos",906 "email": "gmponos@gmail.com",907 "homepage": "https://github.com/gmponos"908 },909 {910 "name": "Tobias Nyholm",911 "email": "tobias.nyholm@gmail.com",912 "homepage": "https://github.com/Nyholm"913 },914 {915 "name": "Márk Sági-Kazár",916 "email": "mark.sagikazar@gmail.com",917 "homepage": "https://github.com/sagikazarmark"918 },919 {920 "name": "Tobias Schultze",921 "email": "webmaster@tubo-world.de",922 "homepage": "https://github.com/Tobion"923 },924 {925 "name": "Márk Sági-Kazár",926 "email": "mark.sagikazar@gmail.com",927 "homepage": "https://sagikazarmark.hu"928 }929 ],930 "description": "PSR-7 message implementation that also provides common utility methods",931 "keywords": [932 "http",933 "message",934 "psr-7",935 "request",936 "response",937 "stream",938 "uri",939 "url"940 ],941 "support": {942 "issues": "https://github.com/guzzle/psr7/issues",943 "source": "https://github.com/guzzle/psr7/tree/2.1.0"944 },945 "funding": [946 {947 "url": "https://github.com/GrahamCampbell",948 "type": "github"949 },950 {951 "url": "https://github.com/Nyholm",952 "type": "github"953 },954 {955 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",956 "type": "tidelift"957 }958 ],959 "time": "2021-10-06T17:43:30+00:00"960 },961 {962 "name": "laravel/framework",963 "version": "v8.68.1",964 "source": {965 "type": "git",966 "url": "https://github.com/laravel/framework.git",967 "reference": "abe985ff1fb82dd04aab03bc1dc56e83fe61a59f"968 },969 "dist": {970 "type": "zip",971 "url": "https://api.github.com/repos/laravel/framework/zipball/abe985ff1fb82dd04aab03bc1dc56e83fe61a59f",972 "reference": "abe985ff1fb82dd04aab03bc1dc56e83fe61a59f",973 "shasum": ""974 },975 "require": {976 "doctrine/inflector": "^1.4|^2.0",977 "dragonmantank/cron-expression": "^3.0.2",978 "egulias/email-validator": "^2.1.10",979 "ext-json": "*",980 "ext-mbstring": "*",981 "ext-openssl": "*",982 "laravel/serializable-closure": "^1.0",983 "league/commonmark": "^1.3|^2.0.2",984 "league/flysystem": "^1.1",985 "monolog/monolog": "^2.0",986 "nesbot/carbon": "^2.53.1",987 "opis/closure": "^3.6",988 "php": "^7.3|^8.0",989 "psr/container": "^1.0",990 "psr/log": "^1.0 || ^2.0",991 "psr/simple-cache": "^1.0",992 "ramsey/uuid": "^4.2.2",993 "swiftmailer/swiftmailer": "^6.3",994 "symfony/console": "^5.1.4",995 "symfony/error-handler": "^5.1.4",996 "symfony/finder": "^5.1.4",997 "symfony/http-foundation": "^5.1.4",998 "symfony/http-kernel": "^5.1.4",999 "symfony/mime": "^5.1.4",1000 "symfony/process": "^5.1.4",1001 "symfony/routing": "^5.1.4",1002 "symfony/var-dumper": "^5.1.4",1003 "tijsverkoyen/css-to-inline-styles": "^2.2.2",1004 "vlucas/phpdotenv": "^5.2",1005 "voku/portable-ascii": "^1.4.8"1006 },1007 "conflict": {1008 "tightenco/collect": "<5.5.33"1009 },1010 "provide": {1011 "psr/container-implementation": "1.0",1012 "psr/simple-cache-implementation": "1.0"1013 },1014 "replace": {1015 "illuminate/auth": "self.version",1016 "illuminate/broadcasting": "self.version",1017 "illuminate/bus": "self.version",1018 "illuminate/cache": "self.version",1019 "illuminate/collections": "self.version",1020 "illuminate/config": "self.version",1021 "illuminate/console": "self.version",1022 "illuminate/container": "self.version",1023 "illuminate/contracts": "self.version",1024 "illuminate/cookie": "self.version",1025 "illuminate/database": "self.version",1026 "illuminate/encryption": "self.version",1027 "illuminate/events": "self.version",1028 "illuminate/filesystem": "self.version",1029 "illuminate/hashing": "self.version",1030 "illuminate/http": "self.version",1031 "illuminate/log": "self.version",1032 "illuminate/macroable": "self.version",1033 "illuminate/mail": "self.version",1034 "illuminate/notifications": "self.version",1035 "illuminate/pagination": "self.version",1036 "illuminate/pipeline": "self.version",1037 "illuminate/queue": "self.version",1038 "illuminate/redis": "self.version",1039 "illuminate/routing": "self.version",1040 "illuminate/session": "self.version",1041 "illuminate/support": "self.version",1042 "illuminate/testing": "self.version",1043 "illuminate/translation": "self.version",1044 "illuminate/validation": "self.version",1045 "illuminate/view": "self.version"1046 },1047 "require-dev": {1048 "aws/aws-sdk-php": "^3.198.1",1049 "doctrine/dbal": "^2.13.3|^3.1.2",1050 "filp/whoops": "^2.14.3",1051 "guzzlehttp/guzzle": "^6.5.5|^7.0.1",1052 "league/flysystem-cached-adapter": "^1.0",1053 "mockery/mockery": "^1.4.4",1054 "orchestra/testbench-core": "^6.23",1055 "pda/pheanstalk": "^4.0",1056 "phpunit/phpunit": "^8.5.19|^9.5.8",1057 "predis/predis": "^1.1.9",1058 "symfony/cache": "^5.1.4"1059 },1060 "suggest": {1061 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).",1062 "brianium/paratest": "Required to run tests in parallel (^6.0).",1063 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).",1064 "ext-bcmath": "Required to use the multiple_of validation rule.",1065 "ext-ftp": "Required to use the Flysystem FTP driver.",1066 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",1067 "ext-memcached": "Required to use the memcache cache driver.",1068 "ext-pcntl": "Required to use all features of the queue worker.",1069 "ext-posix": "Required to use all features of the queue worker.",1070 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",1071 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",1072 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",1073 "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",1074 "laravel/tinker": "Required to use the tinker console command (^2.0).",1075 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",1076 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",1077 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",1078 "mockery/mockery": "Required to use mocking (^1.4.4).",1079 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",1080 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",1081 "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).",1082 "predis/predis": "Required to use the predis connector (^1.1.9).",1083 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",1084 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).",1085 "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).",1086 "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",1087 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",1088 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."1089 },1090 "type": "library",1091 "extra": {1092 "branch-alias": {1093 "dev-master": "8.x-dev"1094 }1095 },1096 "autoload": {1097 "files": [1098 "src/Illuminate/Collections/helpers.php",1099 "src/Illuminate/Events/functions.php",1100 "src/Illuminate/Foundation/helpers.php",1101 "src/Illuminate/Support/helpers.php"1102 ],1103 "psr-4": {1104 "Illuminate\\": "src/Illuminate/",1105 "Illuminate\\Support\\": [1106 "src/Illuminate/Macroable/",1107 "src/Illuminate/Collections/"1108 ]1109 }1110 },1111 "notification-url": "https://packagist.org/downloads/",1112 "license": [1113 "MIT"1114 ],1115 "authors": [1116 {1117 "name": "Taylor Otwell",1118 "email": "taylor@laravel.com"1119 }1120 ],1121 "description": "The Laravel Framework.",1122 "homepage": "https://laravel.com",1123 "keywords": [1124 "framework",1125 "laravel"1126 ],1127 "support": {1128 "issues": "https://github.com/laravel/framework/issues",1129 "source": "https://github.com/laravel/framework"1130 },1131 "time": "2021-10-27T12:31:46+00:00"1132 },1133 {1134 "name": "laravel/serializable-closure",1135 "version": "v1.0.3",1136 "source": {1137 "type": "git",1138 "url": "https://github.com/laravel/serializable-closure.git",1139 "reference": "6cfc678735f22ccedad761b8cae2bab14c3d8e5b"1140 },1141 "dist": {1142 "type": "zip",1143 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/6cfc678735f22ccedad761b8cae2bab14c3d8e5b",1144 "reference": "6cfc678735f22ccedad761b8cae2bab14c3d8e5b",1145 "shasum": ""1146 },1147 "require": {1148 "php": "^7.3|^8.0"1149 },1150 "require-dev": {1151 "pestphp/pest": "^1.18",1152 "phpstan/phpstan": "^0.12.98",1153 "symfony/var-dumper": "^5.3"1154 },1155 "type": "library",1156 "extra": {1157 "branch-alias": {1158 "dev-master": "1.x-dev"1159 }1160 },1161 "autoload": {1162 "psr-4": {1163 "Laravel\\SerializableClosure\\": "src/"1164 }1165 },1166 "notification-url": "https://packagist.org/downloads/",1167 "license": [1168 "MIT"1169 ],1170 "authors": [1171 {1172 "name": "Taylor Otwell",1173 "email": "taylor@laravel.com"1174 },1175 {1176 "name": "Nuno Maduro",1177 "email": "nuno@laravel.com"1178 }1179 ],1180 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",1181 "keywords": [1182 "closure",1183 "laravel",1184 "serializable"1185 ],1186 "support": {1187 "issues": "https://github.com/laravel/serializable-closure/issues",1188 "source": "https://github.com/laravel/serializable-closure"1189 },1190 "time": "2021-10-07T14:00:57+00:00"1191 },1192 {1193 "name": "laravel/tinker",1194 "version": "v2.6.2",1195 "source": {1196 "type": "git",1197 "url": "https://github.com/laravel/tinker.git",1198 "reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc"1199 },1200 "dist": {