Skip to content
Snippets Groups Projects
composer.lock 815 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "keywords": [
                    "factory",
                    "http",
                    "message",
                    "multipart stream",
                    "stream"
                ],
                "support": {
                    "issues": "https://github.com/php-http/multipart-stream-builder/issues",
                    "source": "https://github.com/php-http/multipart-stream-builder/tree/1.2.0"
                },
                "time": "2021-05-21T08:32:01+00:00"
            },
            {
                "name": "php-http/promise",
                "version": "1.1.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/promise.git",
                    "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
                    "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "require-dev": {
                    "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
                    "phpspec/phpspec": "^5.1.2 || ^6.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Promise\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Joel Wurtz",
                        "email": "joel.wurtz@gmail.com"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
                    }
                ],
                "description": "Promise used for asynchronous HTTP requests",
                "homepage": "http://httplug.io",
                "keywords": [
                    "promise"
                ],
                "support": {
                    "issues": "https://github.com/php-http/promise/issues",
                    "source": "https://github.com/php-http/promise/tree/1.1.0"
                },
                "time": "2020-07-07T09:29:14+00:00"
            },
            {
                "name": "phpcollection/phpcollection",
                "version": "0.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/schmittjoh/php-collection.git",
                    "reference": "56d18c8c2c0400f2838703246ac7de919a605763"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/56d18c8c2c0400f2838703246ac7de919a605763",
                    "reference": "56d18c8c2c0400f2838703246ac7de919a605763",
                    "shasum": ""
                },
                "require": {
                    "phpoption/phpoption": "1.*"
                },
                "require-dev": {
                    "phpunit/phpunit": "^9.5"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "0.4-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "PhpCollection": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache2"
                ],
                "authors": [
                    {
                        "name": "Johannes M. Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "General-Purpose Collection Library for PHP",
                "keywords": [
                    "collection",
                    "list",
                    "map",
                    "sequence",
                    "set"
                ],
                "support": {
                    "issues": "https://github.com/schmittjoh/php-collection/issues",
                    "source": "https://github.com/schmittjoh/php-collection/tree/0.6.0"
                },
                "time": "2022-03-21T13:02:41+00:00"
            },
            {
                "name": "phpmailer/phpmailer",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v6.6.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPMailer/PHPMailer.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "9400f305a898f194caff5521f64e5dfa926626f3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9400f305a898f194caff5521f64e5dfa926626f3",
                    "reference": "9400f305a898f194caff5521f64e5dfa926626f3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-filter": "*",
                    "ext-hash": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=5.5.0"
                },
                "require-dev": {
                    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                    "doctrine/annotations": "^1.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php-parallel-lint/php-console-highlighter": "^1.0.0",
                    "php-parallel-lint/php-parallel-lint": "^1.3.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpcompatibility/php-compatibility": "^9.3.5",
                    "roave/security-advisories": "dev-latest",
                    "squizlabs/php_codesniffer": "^3.6.2",
                    "yoast/phpunit-polyfills": "^1.0.0"
                },
                "suggest": {
                    "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                    "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                    "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                    "psr/log": "For optional PSR-3 debug logging",
                    "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
                    "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "PHPMailer\\PHPMailer\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "LGPL-2.1-only"
                ],
                "authors": [
                    {
                        "name": "Marcus Bointon",
                        "email": "phpmailer@synchromedia.co.uk"
                    },
                    {
                        "name": "Jim Jagielski",
                        "email": "jimjag@gmail.com"
                    },
                    {
                        "name": "Andy Prevost",
                        "email": "codeworxtech@users.sourceforge.net"
                    },
                    {
                        "name": "Brent R. Matzelle"
                    }
                ],
                "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
                "support": {
                    "issues": "https://github.com/PHPMailer/PHPMailer/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/Synchro",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-20T09:21:02+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
    12203 12204 12205 12206 12207 12208 12209 12210 12211 12212 12213 12214 12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 12225 12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 12238 12239 12240 12241 12242 12243 12244 12245 12246 12247 12248 12249 12250 12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 12265 12266 12267 12268 12269 12270 12271 12272 12273 12274 12275 12276 12277 12278 12279 12280 12281 12282 12283 12284 12285 12286 12287 12288 12289 12290 12291 12292 12293 12294 12295 12296 12297 12298 12299 12300 12301 12302 12303 12304 12305 12306 12307 12308 12309 12310 12311 12312 12313 12314 12315 12316 12317 12318 12319 12320 12321 12322 12323 12324 12325 12326 12327 12328 12329 12330 12331 12332 12333 12334 12335 12336 12337 12338 12339 12340 12341 12342 12343 12344 12345 12346 12347 12348 12349 12350 12351 12352 12353 12354 12355 12356 12357 12358 12359 12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 12377 12378 12379 12380 12381 12382 12383 12384 12385 12386 12387 12388 12389 12390 12391 12392 12393 12394 12395 12396 12397 12398 12399 12400 12401 12402 12403 12404 12405 12406 12407 12408 12409 12410 12411 12412 12413 12414 12415 12416 12417 12418 12419 12420 12421 12422 12423 12424 12425 12426 12427 12428 12429 12430 12431 12432 12433 12434 12435 12436 12437 12438 12439 12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 12450 12451 12452 12453 12454 12455 12456 12457 12458 12459 12460 12461 12462 12463 12464 12465 12466 12467 12468 12469 12470 12471 12472 12473 12474 12475 12476 12477 12478 12479 12480 12481 12482 12483 12484 12485 12486 12487 12488 12489 12490 12491 12492 12493 12494 12495 12496 12497 12498 12499 12500 12501 12502 12503 12504 12505 12506 12507 12508 12509 12510 12511 12512 12513 12514 12515 12516 12517 12518 12519 12520 12521 12522 12523 12524 12525 12526 12527 12528 12529 12530 12531 12532 12533 12534 12535 12536 12537 12538 12539 12540 12541 12542 12543 12544 12545 12546 12547 12548 12549 12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 12562 12563 12564 12565 12566 12567 12568 12569 12570 12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 12582 12583 12584 12585 12586 12587 12588 12589 12590 12591 12592 12593 12594 12595 12596 12597 12598 12599 12600 12601 12602 12603 12604 12605 12606 12607 12608 12609 12610 12611 12612 12613 12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 12624 12625 12626 12627 12628 12629 12630 12631 12632 12633 12634 12635 12636 12637 12638 12639 12640 12641 12642 12643 12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 12674 12675 12676 12677 12678 12679 12680 12681 12682 12683 12684 12685 12686 12687 12688 12689 12690 12691 12692 12693 12694 12695 12696 12697 12698 12699 12700 12701 12702 12703 12704 12705 12706 12707 12708 12709 12710 12711 12712 12713 12714 12715 12716 12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 12729
            },
            {
                "name": "phpoption/phpoption",
                "version": "1.8.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/schmittjoh/php-option.git",
                    "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
                    "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.0 || ^8.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.4.1",
                    "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.8-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PhpOption\\": "src/PhpOption/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "Apache-2.0"
                ],
                "authors": [
                    {
                        "name": "Johannes M. Schmitt",
                        "email": "schmittjoh@gmail.com",
                        "homepage": "https://github.com/schmittjoh"
                    },
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    }
                ],
                "description": "Option Type for PHP",
                "keywords": [
                    "language",
                    "option",
                    "php",
                    "type"
                ],
                "support": {
                    "issues": "https://github.com/schmittjoh/php-option/issues",
                    "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-12-04T23:24:31+00:00"
            },
            {
                "name": "phpseclib/phpseclib",
                "version": "2.0.37",
                "source": {
                    "type": "git",
                    "url": "https://github.com/phpseclib/phpseclib.git",
                    "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c812fbb4d6b4d7f30235ab7298a12f09ba13b37c",
                    "reference": "c812fbb4d6b4d7f30235ab7298a12f09ba13b37c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phing/phing": "~2.7",
                    "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                    "squizlabs/php_codesniffer": "~2.0"
                },
                "suggest": {
                    "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                    "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                    "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                    "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "phpseclib/bootstrap.php"
                    ],
                    "psr-4": {
                        "phpseclib\\": "phpseclib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jim Wigginton",
                        "email": "terrafrost@php.net",
                        "role": "Lead Developer"
                    },
                    {
                        "name": "Patrick Monnerat",
                        "email": "pm@datasphere.ch",
                        "role": "Developer"
                    },
                    {
                        "name": "Andreas Fischer",
                        "email": "bantu@phpbb.com",
                        "role": "Developer"
                    },
                    {
                        "name": "Hans-Jürgen Petrich",
                        "email": "petrich@tronic-media.com",
                        "role": "Developer"
                    },
                    {
                        "name": "Graham Campbell",
                        "email": "graham@alt-three.com",
                        "role": "Developer"
                    }
                ],
                "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
                "homepage": "http://phpseclib.sourceforge.net",
                "keywords": [
                    "BigInteger",
                    "aes",
                    "asn.1",
                    "asn1",
                    "blowfish",
                    "crypto",
                    "cryptography",
                    "encryption",
                    "rsa",
                    "security",
                    "sftp",
                    "signature",
                    "signing",
                    "ssh",
                    "twofish",
                    "x.509",
                    "x509"
                ],
                "support": {
                    "issues": "https://github.com/phpseclib/phpseclib/issues",
                    "source": "https://github.com/phpseclib/phpseclib/tree/2.0.37"
                },
                "funding": [
                    {
                        "url": "https://github.com/terrafrost",
                        "type": "github"
                    },
                    {
                        "url": "https://www.patreon.com/phpseclib",
                        "type": "patreon"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-04-04T04:57:45+00:00"
            },
            {
                "name": "platformsh/client",
                "version": "2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/platformsh/platformsh-client-php.git",
                    "reference": "a8744d8a4dedff4a22c47d714045885005c32624"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/platformsh/platformsh-client-php/zipball/a8744d8a4dedff4a22c47d714045885005c32624",
                    "reference": "a8744d8a4dedff4a22c47d714045885005c32624",
                    "shasum": ""
                },
                "require": {
                    "cocur/slugify": "^3.0",
                    "ext-json": "*",
                    "guzzlehttp/guzzle": "^6.3 || ^7.0",
                    "php": ">=7.1.0",
                    "platformsh/oauth2": ">=0.0.3 <2"
                },
                "require-dev": {
                    "phpunit/phpunit": "^7.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Platformsh\\Client\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Patrick Dawkins"
                    }
                ],
                "description": "Platform.sh API client",
                "support": {
                    "issues": "https://github.com/platformsh/platformsh-client-php/issues",
                    "source": "https://github.com/platformsh/platformsh-client-php/tree/2.5.1"
                },
                "time": "2021-10-20T20:22:39+00:00"
            },
            {
                "name": "platformsh/oauth2",
                "version": "0.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/platformsh/platformsh-oauth2-php.git",
                    "reference": "5daa2274b4cbc95658e5b32ebe4f05b5090e4549"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/platformsh/platformsh-oauth2-php/zipball/5daa2274b4cbc95658e5b32ebe4f05b5090e4549",
                    "reference": "5daa2274b4cbc95658e5b32ebe4f05b5090e4549",
                    "shasum": ""
                },
                "require": {
                    "league/oauth2-client": "^2.2",
                    "php": ">=5.6.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^5.7"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Platformsh\\OAuth2\\Client\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Patrick Dawkins"
                    }
                ],
                "description": "Platform.sh OAuth2 client",
                "support": {
                    "issues": "https://github.com/platformsh/platformsh-oauth2-php/issues",
                    "source": "https://github.com/platformsh/platformsh-oauth2-php/tree/0.0.3"
                },
                "time": "2021-10-20T20:12:14+00:00"
            },
            {
                "name": "psr/cache",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/cache.git",
                    "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                    "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Cache\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for caching libraries",
                "keywords": [
                    "cache",
                    "psr",
                    "psr-6"
                ],
                "support": {
                    "source": "https://github.com/php-fig/cache/tree/master"
                },
                "time": "2016-08-06T20:24:11+00:00"
            },
            {
                "name": "psr/container",
                "version": "1.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/container.git",
                    "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                    "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.4.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Psr\\Container\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common Container Interface (PHP FIG PSR-11)",
                "homepage": "https://github.com/php-fig/container",
                "keywords": [
                    "PSR-11",
                    "container",
                    "container-interface",
                    "container-interop",
                    "psr"
                ],
                "support": {
                    "issues": "https://github.com/php-fig/container/issues",
                    "source": "https://github.com/php-fig/container/tree/1.1.2"
                },
                "time": "2021-11-05T16:50:12+00:00"
            },
            {
                "name": "psr/http-factory",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-factory.git",
                    "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                    "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0.0",
                    "psr/http-message": "^1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interfaces for PSR-7 HTTP message factories",
                "keywords": [
                    "factory",
                    "http",
                    "message",
                    "psr",
                    "psr-17",
                    "psr-7",
                    "request",
                    "response"
                ],
                "support": {
                    "source": "https://github.com/php-fig/http-factory/tree/master"
                },
                "time": "2019-04-30T12:38:16+00:00"
            },
            {
                "name": "psr/http-message",
                "version": "1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/http-message.git",
                    "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                    "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "http://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for HTTP messages",
                "homepage": "https://github.com/php-fig/http-message",
                "keywords": [
                    "http",
                    "http-message",
                    "psr",
                    "psr-7",
                    "request",
                    "response"
                ],
                "support": {
                    "source": "https://github.com/php-fig/http-message/tree/master"
                },
                "time": "2016-08-06T14:39:51+00:00"
            },
            {
                "name": "psr/log",
                "version": "1.1.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-fig/log.git",
                    "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                    "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Psr\\Log\\": "Psr/Log/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "PHP-FIG",
                        "homepage": "https://www.php-fig.org/"
                    }
                ],
                "description": "Common interface for logging libraries",
                "homepage": "https://github.com/php-fig/log",
                "keywords": [
                    "log",
                    "psr",
                    "psr-3"
                ],
                "support": {
                    "source": "https://github.com/php-fig/log/tree/1.1.4"
                },
                "time": "2021-05-03T11:20:27+00:00"
            },
            {
                "name": "psy/psysh",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v0.11.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/bobthecow/psysh.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "3f5b5f8aaa979fbd0d1783173f4c82ad529fe621"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/bobthecow/psysh/zipball/3f5b5f8aaa979fbd0d1783173f4c82ad529fe621",
                    "reference": "3f5b5f8aaa979fbd0d1783173f4c82ad529fe621",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "ext-tokenizer": "*",
                    "nikic/php-parser": "^4.0 || ^3.1",
                    "php": "^8.0 || ^7.0.8",
                    "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
                    "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
                },
                "conflict": {
                    "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "bamarni/composer-bin-plugin": "^1.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "suggest": {
                    "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                    "ext-pdo-sqlite": "The doc command requires SQLite to work.",
                    "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "bin": [
                    "bin/psysh"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "0.11.x-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions.php"
                    ],
                    "psr-4": {
                        "Psy\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Justin Hileman",
                        "email": "justin@justinhileman.info",
                        "homepage": "http://justinhileman.com"
                    }
                ],
                "description": "An interactive shell for modern PHP.",
                "homepage": "http://psysh.org",
                "keywords": [
                    "REPL",
                    "console",
                    "interactive",
                    "shell"
                ],
                "support": {
                    "issues": "https://github.com/bobthecow/psysh/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/bobthecow/psysh/tree/v0.11.6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-07-03T16:40:23+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "ralouphie/getallheaders",
                "version": "3.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/ralouphie/getallheaders.git",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                    "reference": "120b605dfeb996808c31b6477290a714d356e822",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.1",
                    "phpunit/phpunit": "^5 || ^6.5"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/getallheaders.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ralph Khattar",
                        "email": "ralph.khattar@gmail.com"
                    }
                ],
                "description": "A polyfill for getallheaders.",
                "support": {
                    "issues": "https://github.com/ralouphie/getallheaders/issues",
                    "source": "https://github.com/ralouphie/getallheaders/tree/develop"
                },
                "time": "2019-03-08T08:55:37+00:00"
            },
            {
                "name": "simshaun/recurr",
                "version": "v4.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/simshaun/recurr.git",
                    "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/simshaun/recurr/zipball/08b0b46879f598cd11dd42b4c1a9c221a0562749",
                    "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749",
                    "shasum": ""
                },
                "require": {
                    "doctrine/collections": "~1.3",
                    "php": ">=5.5.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~5.7"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Recurr\\": "src/Recurr/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Shaun Simmons",
                        "email": "shaun@shaun.pub",
                        "homepage": "https://shaun.pub"
                    }
                ],
                "description": "PHP library for working with recurrence rules",
                "homepage": "https://github.com/simshaun/recurr",
                "keywords": [
                    "dates",
                    "events",
                    "recurrence",
                    "recurring",
                    "rrule"
                ],
                "support": {
                    "issues": "https://github.com/simshaun/recurr/issues",
                    "source": "https://github.com/simshaun/recurr/tree/v4.0.5"
                },
                "time": "2021-03-25T23:00:49+00:00"
            },
            {
                "name": "stack/builder",
                "version": "v1.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/stackphp/builder.git",
                    "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
                    "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.0",
                    "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0",
                    "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~8.0",
                    "symfony/routing": "^5.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Stack": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Igor Wiedler",
                        "email": "igor@wiedler.ch"
                    }
                ],
                "description": "Builder for stack middleware based on HttpKernelInterface.",
                "keywords": [
                    "stack"
                ],
                "support": {
                    "issues": "https://github.com/stackphp/builder/issues",
                    "source": "https://github.com/stackphp/builder/tree/v1.0.6"
                },
                "time": "2020-01-30T12:17:27+00:00"
            },
            {
                "name": "symfony-cmf/routing",
                "version": "2.3.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony-cmf/Routing.git",
                    "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
                    "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0",
                    "psr/log": "^1.0 || ^2.0 || ^3.0",
                    "symfony/http-kernel": "^4.4 || ^5.0",
                    "symfony/routing": "^4.4 || ^5.0"
                },
                "require-dev": {
                    "symfony-cmf/testing": "^3@dev",
                    "symfony/config": "^4.4 || ^5.0",
                    "symfony/dependency-injection": "^4.4 || ^5.0",
                    "symfony/event-dispatcher": "^4.4 || ^5.0",
                    "symfony/phpunit-bridge": "^5.0"
                },
                "suggest": {
                    "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Cmf\\Component\\Routing\\": "src/"
                    }
                },