Skip to content
Snippets Groups Projects
composer.lock 935 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
                    "reference": "f734364e38a876a23be4d906a2a089e1315be18a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1",
                    "php-http/message-factory": "^1.0",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.0"
                },
                "provide": {
                    "psr/http-factory-implementation": "1.0",
                    "psr/http-message-implementation": "1.0"
                },
                "require-dev": {
                    "http-interop/http-factory-tests": "^0.9",
                    "php-http/psr7-integration-tests": "^1.0",
                    "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
                    "symfony/error-handler": "^4.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Nyholm\\Psr7\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com"
                    },
                    {
                        "name": "Martijn van der Ven",
                        "email": "martijn@vanderven.se"
                    }
                ],
                "description": "A fast PHP7 implementation of PSR-7",
                "homepage": "https://tnyholm.se",
                "keywords": [
                    "psr-17",
                    "psr-7"
                ],
                "support": {
                    "issues": "https://github.com/Nyholm/psr7/issues",
                    "source": "https://github.com/Nyholm/psr7/tree/1.5.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/Zegnat",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/nyholm",
                        "type": "github"
                    }
                ],
                "time": "2022-06-22T07:13:36+00:00"
            },
            {
                "name": "oomphinc/composer-installers-extender",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/oomphinc/composer-installers-extender.git",
                    "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
                    "reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1 || ^2.0",
                    "composer/installers": "^1.0 || ^2.0",
                    "php": ">=7.1"
                },
                "require-dev": {
                    "composer/composer": "^2.0",
                    "phpunit/phpunit": "^7.2",
                    "squizlabs/php_codesniffer": "^3.3"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "OomphInc\\ComposerInstallersExtender\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "OomphInc\\ComposerInstallersExtender\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Stephen Beemsterboer",
                        "email": "stephen@oomphinc.com",
                        "homepage": "https://github.com/balbuf"
                    },
                    {
                        "name": "Nathan Dentzau",
                        "email": "nate@oomphinc.com",
                        "homepage": "http://oomph.is/ndentzau"
                    }
                ],
                "description": "Extend the composer/installers plugin to accept any arbitrary package type.",
                "homepage": "http://www.oomphinc.com/",
                "support": {
                    "issues": "https://github.com/oomphinc/composer-installers-extender/issues",
                    "source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
                },
                "time": "2021-12-15T12:32:42+00:00"
            },
            {
                "name": "paragonie/random_compat",
                "version": "v9.99.100",
                "source": {
                    "type": "git",
                    "url": "https://github.com/paragonie/random_compat.git",
                    "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                    "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                    "shasum": ""
                },
                "require": {
                    "php": ">= 7"
                },
                "require-dev": {
                    "phpunit/phpunit": "4.*|5.*",
                    "vimeo/psalm": "^1"
                },
                "suggest": {
                    "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                },
                "type": "library",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paragon Initiative Enterprises",
                        "email": "security@paragonie.com",
                        "homepage": "https://paragonie.com"
                    }
                ],
                "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                "keywords": [
                    "csprng",
                    "polyfill",
                    "pseudorandom",
                    "random"
                ],
                "support": {
                    "email": "info@paragonie.com",
                    "issues": "https://github.com/paragonie/random_compat/issues",
                    "source": "https://github.com/paragonie/random_compat"
                },
                "time": "2020-10-15T08:29:30+00:00"
            },
            {
                "name": "pear/archive_tar",
                "version": "1.4.14",
                "source": {
                    "type": "git",
                    "url": "https://github.com/pear/Archive_Tar.git",
                    "reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
                    "reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
                    "shasum": ""
                },
                "require": {
                    "pear/pear-core-minimal": "^1.10.0alpha2",
                    "php": ">=5.2.0"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "*"
                },
                "suggest": {
                    "ext-bz2": "Bz2 compression support.",
                    "ext-xz": "Lzma2 compression support.",
                    "ext-zlib": "Gzip compression support."
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Archive_Tar": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "include-path": [
                    "./"
                ],
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Vincent Blavet",
                        "email": "vincent@phpconcept.net"
                    },
                    {
                        "name": "Greg Beaver",
                        "email": "greg@chiaraquartet.net"
                    },
                    {
                        "name": "Michiel Rook",
                        "email": "mrook@php.net"
                    }
                ],
                "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
                "homepage": "https://github.com/pear/Archive_Tar",
                "keywords": [
                    "archive",
                    "tar"
                ],
                "support": {
                    "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
                    "source": "https://github.com/pear/Archive_Tar"
                },
                "funding": [
                    {
                        "url": "https://github.com/mrook",
                        "type": "github"
                    },
                    {
                        "url": "https://www.patreon.com/michielrook",
                        "type": "patreon"
                    }
                ],
                "time": "2021-07-20T13:53:39+00:00"
            },
            {
                "name": "pear/console_getopt",
                "version": "v1.4.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/pear/Console_Getopt.git",
                    "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                    "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
                    "shasum": ""
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Console": "./"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "include-path": [
                    "./"
                ],
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Andrei Zmievski",
                        "email": "andrei@php.net",
                        "role": "Lead"
                    },
                    {
                        "name": "Stig Bakken",
                        "email": "stig@php.net",
                        "role": "Developer"
                    },
                    {
                        "name": "Greg Beaver",
                        "email": "cellog@php.net",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Helper"
                    }
    
    jurgenhaas's avatar
    jurgenhaas committed
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "More info available on: http://pear.php.net/package/Console_Getopt",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
                    "source": "https://github.com/pear/Console_Getopt"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2019-11-20T18:27:48+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
    
    jurgenhaas's avatar
    jurgenhaas committed
                "name": "pear/pear-core-minimal",
                "version": "v1.10.11",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://github.com/pear/pear-core-minimal.git",
                    "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
                    "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "pear/console_getopt": "~1.4",
                    "pear/pear_exception": "~1.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "replace": {
                    "rsky/pear-core-min": "self.version"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "autoload": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr-0": {
                        "": "src/"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "include-path": [
                    "src/"
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "license": [
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "BSD-3-Clause"
    
    jurgenhaas's avatar
    jurgenhaas committed
                ],
                "authors": [
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "Christian Weiske",
                        "email": "cweiske@php.net",
                        "role": "Lead"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "Minimal set of PEAR core files to be used as composer dependency",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
                    "source": "https://github.com/pear/pear-core-minimal"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2021-08-10T22:31:03+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
    
    jurgenhaas's avatar
    jurgenhaas committed
                "name": "pear/pear_exception",
                "version": "v1.0.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://github.com/pear/PEAR_Exception.git",
                    "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
                    "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=5.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "<9"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "type": "class",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "extra": {
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "1.0.x-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "classmap": [
                        "PEAR/"
                    ]
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "notification-url": "https://packagist.org/downloads/",
    
    jurgenhaas's avatar
    jurgenhaas committed
    14388 14389 14390 14391 14392 14393 14394 14395 14396 14397 14398 14399 14400 14401 14402 14403 14404 14405 14406 14407 14408 14409 14410 14411 14412 14413 14414 14415 14416 14417 14418 14419 14420 14421 14422 14423 14424 14425 14426 14427 14428 14429 14430 14431 14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 14444 14445 14446 14447 14448 14449 14450 14451 14452 14453 14454 14455 14456 14457 14458 14459 14460 14461 14462 14463 14464 14465 14466 14467 14468 14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 14483 14484 14485 14486 14487 14488 14489 14490 14491 14492 14493 14494 14495 14496 14497 14498 14499 14500 14501 14502 14503 14504 14505 14506 14507 14508 14509 14510 14511 14512 14513 14514 14515 14516 14517 14518 14519 14520 14521 14522 14523 14524 14525 14526 14527 14528 14529 14530 14531 14532 14533 14534 14535 14536 14537 14538 14539 14540 14541 14542 14543 14544 14545 14546 14547 14548 14549 14550 14551 14552 14553 14554 14555 14556 14557 14558 14559 14560 14561 14562 14563 14564 14565 14566 14567 14568 14569 14570 14571 14572 14573 14574 14575 14576 14577 14578 14579 14580 14581 14582 14583 14584 14585 14586 14587 14588 14589 14590 14591 14592 14593 14594 14595 14596 14597 14598 14599 14600 14601 14602 14603 14604 14605 14606 14607 14608 14609 14610 14611 14612 14613 14614 14615 14616 14617 14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 14666 14667 14668 14669 14670 14671 14672 14673 14674 14675 14676 14677 14678 14679 14680 14681 14682 14683 14684 14685 14686 14687 14688 14689 14690 14691 14692 14693 14694 14695 14696 14697 14698 14699 14700 14701 14702 14703 14704 14705 14706 14707 14708 14709 14710 14711 14712 14713 14714 14715 14716 14717 14718 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 14729 14730 14731 14732 14733 14734 14735 14736 14737 14738 14739 14740 14741 14742 14743 14744 14745 14746 14747 14748 14749 14750 14751 14752 14753 14754 14755 14756 14757 14758 14759 14760 14761 14762 14763 14764 14765 14766 14767 14768 14769 14770 14771 14772 14773 14774 14775 14776 14777 14778 14779 14780 14781 14782 14783 14784 14785 14786 14787 14788 14789 14790 14791 14792 14793 14794 14795 14796 14797 14798 14799 14800 14801 14802 14803 14804 14805 14806 14807 14808 14809 14810 14811 14812 14813 14814 14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 14832 14833 14834 14835 14836 14837 14838 14839 14840 14841 14842 14843 14844 14845 14846 14847 14848 14849 14850 14851 14852 14853 14854 14855 14856 14857 14858 14859 14860 14861 14862 14863 14864 14865 14866 14867 14868 14869 14870 14871 14872 14873 14874 14875 14876 14877 14878 14879 14880 14881 14882 14883 14884 14885 14886 14887 14888 14889 14890 14891 14892 14893 14894 14895 14896 14897 14898 14899 14900
                "include-path": [
                    "."
                ],
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Helgi Thormar",
                        "email": "dufuz@php.net"
                    },
                    {
                        "name": "Greg Beaver",
                        "email": "cellog@php.net"
                    }
                ],
                "description": "The PEAR Exception base class.",
                "homepage": "https://github.com/pear/PEAR_Exception",
                "keywords": [
                    "exception"
                ],
                "support": {
                    "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
                    "source": "https://github.com/pear/PEAR_Exception"
                },
                "time": "2021-03-21T15:43:46+00:00"
            },
            {
                "name": "php-http/cache-plugin",
                "version": "1.7.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/cache-plugin.git",
                    "reference": "63bc3f7242825c9a817db8f78e4c9703b0c471e2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/63bc3f7242825c9a817db8f78e4c9703b0c471e2",
                    "reference": "63bc3f7242825c9a817db8f78e4c9703b0c471e2",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0",
                    "php-http/client-common": "^1.9 || ^2.0",
                    "php-http/message-factory": "^1.0",
                    "psr/cache": "^1.0 || ^2.0 || ^3.0",
                    "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
                },
                "require-dev": {
                    "phpspec/phpspec": "^5.1 || ^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.6-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Client\\Common\\Plugin\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
                    }
                ],
                "description": "PSR-6 Cache plugin for HTTPlug",
                "homepage": "http://httplug.io",
                "keywords": [
                    "cache",
                    "http",
                    "httplug",
                    "plugin"
                ],
                "support": {
                    "issues": "https://github.com/php-http/cache-plugin/issues",
                    "source": "https://github.com/php-http/cache-plugin/tree/1.7.5"
                },
                "time": "2022-01-18T12:24:56+00:00"
            },
            {
                "name": "php-http/client-common",
                "version": "2.6.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/client-common.git",
                    "reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/client-common/zipball/45db684cd4e186dcdc2b9c06b22970fe123796c0",
                    "reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0",
                    "php-http/httplug": "^2.0",
                    "php-http/message": "^1.6",
                    "php-http/message-factory": "^1.0",
                    "psr/http-client": "^1.0",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.0",
                    "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
                    "symfony/polyfill-php80": "^1.17"
                },
                "require-dev": {
                    "doctrine/instantiator": "^1.1",
                    "guzzlehttp/psr7": "^1.4",
                    "nyholm/psr7": "^1.2",
                    "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
                    "phpspec/prophecy": "^1.10.2",
                    "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
                },
                "suggest": {
                    "ext-json": "To detect JSON responses with the ContentTypePlugin",
                    "ext-libxml": "To detect XML responses with the ContentTypePlugin",
                    "php-http/cache-plugin": "PSR-6 Cache plugin",
                    "php-http/logger-plugin": "PSR-3 Logger plugin",
                    "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Client\\Common\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
                    }
                ],
                "description": "Common HTTP Client implementations and tools for HTTPlug",
                "homepage": "http://httplug.io",
                "keywords": [
                    "client",
                    "common",
                    "http",
                    "httplug"
                ],
                "support": {
                    "issues": "https://github.com/php-http/client-common/issues",
                    "source": "https://github.com/php-http/client-common/tree/2.6.0"
                },
                "time": "2022-09-29T09:59:43+00:00"
            },
            {
                "name": "php-http/discovery",
                "version": "1.14.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/discovery.git",
                    "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
                    "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0"
                },
                "conflict": {
                    "nyholm/psr7": "<1.0"
                },
                "require-dev": {
                    "graham-campbell/phpspec-skip-example-extension": "^5.0",
                    "php-http/httplug": "^1.0 || ^2.0",
                    "php-http/message-factory": "^1.0",
                    "phpspec/phpspec": "^5.1 || ^6.1"
                },
                "suggest": {
                    "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.9-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Discovery\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
                    }
                ],
                "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
                "homepage": "http://php-http.org",
                "keywords": [
                    "adapter",
                    "client",
                    "discovery",
                    "factory",
                    "http",
                    "message",
                    "psr7"
                ],
                "support": {
                    "issues": "https://github.com/php-http/discovery/issues",
                    "source": "https://github.com/php-http/discovery/tree/1.14.3"
                },
                "time": "2022-07-11T14:04:40+00:00"
            },
            {
                "name": "php-http/httplug",
                "version": "2.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/httplug.git",
                    "reference": "f640739f80dfa1152533976e3c112477f69274eb"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
                    "reference": "f640739f80dfa1152533976e3c112477f69274eb",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0",
                    "php-http/promise": "^1.1",
                    "psr/http-client": "^1.0",
                    "psr/http-message": "^1.0"
                },
                "require-dev": {
                    "friends-of-phpspec/phpspec-code-coverage": "^4.1",
                    "phpspec/phpspec": "^5.1 || ^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Client\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Eric GELOEN",
                        "email": "geloen.eric@gmail.com"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://sagikazarmark.hu"
                    }
                ],
                "description": "HTTPlug, the HTTP client abstraction for PHP",
                "homepage": "http://httplug.io",
                "keywords": [
                    "client",
                    "http"
                ],
                "support": {
                    "issues": "https://github.com/php-http/httplug/issues",
                    "source": "https://github.com/php-http/httplug/tree/2.3.0"
                },
                "time": "2022-02-21T09:52:22+00:00"
            },
            {
                "name": "php-http/message",
                "version": "1.13.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/message.git",
                    "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
                    "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
                    "shasum": ""
                },
                "require": {
                    "clue/stream-filter": "^1.5",
                    "php": "^7.1 || ^8.0",
                    "php-http/message-factory": "^1.0.2",
                    "psr/http-message": "^1.0"
                },
                "provide": {
                    "php-http/message-factory-implementation": "1.0"
                },
                "require-dev": {
                    "ergebnis/composer-normalize": "^2.6",
                    "ext-zlib": "*",
                    "guzzlehttp/psr7": "^1.0",
                    "laminas/laminas-diactoros": "^2.0",
                    "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
                    "slim/slim": "^3.0"
                },
                "suggest": {
                    "ext-zlib": "Used with compressor/decompressor streams",
                    "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
                    "laminas/laminas-diactoros": "Used with Diactoros Factories",
                    "slim/slim": "Used with Slim Framework PSR-7 implementation"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.10-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/filters.php"
                    ],
                    "psr-4": {
                        "Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
                    }
                ],
                "description": "HTTP Message related tools",
                "homepage": "http://php-http.org",
                "keywords": [
                    "http",
                    "message",
                    "psr-7"
                ],
                "support": {
                    "issues": "https://github.com/php-http/message/issues",
                    "source": "https://github.com/php-http/message/tree/1.13.0"
                },
                "time": "2022-02-11T13:41:14+00:00"
            },
            {
                "name": "php-http/message-factory",
                "version": "v1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/message-factory.git",
                    "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
                    "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4",
                    "psr/http-message": "^1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Message\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
                    }
                ],
                "description": "Factory interfaces for PSR-7 HTTP Message",
                "homepage": "http://php-http.org",
                "keywords": [
                    "factory",
                    "http",
                    "message",
                    "stream",
                    "uri"
                ],
                "support": {
                    "issues": "https://github.com/php-http/message-factory/issues",
                    "source": "https://github.com/php-http/message-factory/tree/master"
                },
                "time": "2015-12-19T14:08:53+00:00"
            },
            {
                "name": "php-http/multipart-stream-builder",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-http/multipart-stream-builder.git",
                    "reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/11c1d31f72e01c738bbce9e27649a7cca829c30e",
                    "reference": "11c1d31f72e01c738bbce9e27649a7cca829c30e",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1 || ^8.0",
                    "php-http/discovery": "^1.7",
                    "php-http/message-factory": "^1.0.2",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.0"
                },
                "require-dev": {
                    "nyholm/psr7": "^1.0",
                    "php-http/message": "^1.5",
                    "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Http\\Message\\MultipartStream\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com"
                    }
                ],
                "description": "A builder class that help you create a multipart stream",
                "homepage": "http://php-http.org",
                "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/",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "license": [
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "MIT"
    
    jurgenhaas's avatar
    jurgenhaas committed
                ],
                "authors": [
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "Joel Wurtz",
                        "email": "joel.wurtz@gmail.com"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "Promise used for asynchronous HTTP requests",
                "homepage": "http://httplug.io",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "keywords": [
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "promise"
    
    jurgenhaas's avatar
    jurgenhaas committed
                ],
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "issues": "https://github.com/php-http/promise/issues",
                    "source": "https://github.com/php-http/promise/tree/1.1.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2020-07-07T09:29:14+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "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.7.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/PHPMailer/PHPMailer.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
                    "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-filter": "*",
                    "ext-hash": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=5.5.0"
                },
                "require-dev": {