Skip to content
Snippets Groups Projects
composer.lock 313 KiB
Newer Older
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "support": {
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/1.4.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "time": "2020-05-29T07:19:59+00:00"
        },
        {
            "name": "doctrine/instantiator",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "1.4.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "doctrine/coding-standard": "^8.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "ext-pdo": "*",
                "ext-phar": "*",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "homepage": "https://ocramius.github.io/"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-11-10T18:47:58+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "doctrine/lexer",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11.8",
                "phpunit/phpunit": "^8.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/1.2.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                    "type": "tidelift"
                }
            ],
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "time": "2020-05-25T17:44:05+00:00"
        },
        {
            "name": "doctrine/orm",
            "version": "2.7.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/orm.git",
                "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/orm/zipball/7d84a4998091ece4d645253ac65de9f879eeed2f",
                "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f",
                "shasum": ""
            },
            "require": {
                "composer/package-versions-deprecated": "^1.8",
                "doctrine/annotations": "^1.8",
                "doctrine/cache": "^1.9.1",
                "doctrine/collections": "^1.5",
                "doctrine/common": "^2.11 || ^3.0",
                "doctrine/dbal": "^2.9.3",
                "doctrine/event-manager": "^1.1",
                "doctrine/inflector": "^1.0",
                "doctrine/instantiator": "^1.3",
                "doctrine/lexer": "^1.0",
                "doctrine/persistence": "^1.3.3 || ^2.0",
                "ext-pdo": "*",
                "php": "^7.1",
                "symfony/console": "^3.0|^4.0|^5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "phpstan/phpstan": "^0.12.18",
                "phpunit/phpunit": "^7.5",
                "symfony/yaml": "^3.4|^4.0|^5.0",
                "vimeo/psalm": "^3.11"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "https://www.doctrine-project.org/projects/orm.html",
            "keywords": [
                "database",
                "orm"
            ],
            "time": "2020-10-10T17:11:26+00:00"
        },
        {
            "name": "doctrine/persistence",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "9899c16934053880876b920a3b8b02ed2337ac1d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d",
                "reference": "9899c16934053880876b920a3b8b02ed2337ac1d",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/cache": "^1.0",
                "doctrine/collections": "^1.0",
                "doctrine/event-manager": "^1.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": "<2.10@dev"
            },
            "require-dev": {
                "composer/package-versions-deprecated": "^1.11",
                "doctrine/coding-standard": "^6.0 || ^8.0",
                "doctrine/common": "^3.0",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
                "vimeo/psalm": "^3.11"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common",
                    "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
            "homepage": "https://doctrine-project.org/projects/persistence.html",
            "keywords": [
                "mapper",
                "object",
                "odm",
                "orm",
                "persistence"
            ],
            "time": "2020-10-24T22:13:54+00:00"
        },
        {
            "name": "fgrosse/phpasn1",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/fgrosse/PHPASN1.git",
                "reference": "d1978f7abd580f3fc33561e7f71d4c12c7531fad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/d1978f7abd580f3fc33561e7f71d4c12c7531fad",
                "reference": "d1978f7abd580f3fc33561e7f71d4c12c7531fad",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.3",
                "satooshi/php-coveralls": "~2.0"
            },
            "suggest": {
                "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
                "ext-curl": "For loading OID information from the web if they have not bee defined statically",
                "ext-gmp": "GMP is the preferred extension for big integer calculations",
                "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FG\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Friedrich Große",
                    "email": "friedrich.grosse@gmail.com",
                    "homepage": "https://github.com/FGrosse",
                    "role": "Author"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
                }
            ],
            "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
            "homepage": "https://github.com/FGrosse/PHPASN1",
            "keywords": [
                "DER",
                "asn.1",
                "asn1",
                "ber",
                "binary",
                "decoding",
                "encoding",
                "x.509",
                "x.690",
                "x509",
                "x690"
            ],
            "time": "2020-10-11T16:28:18+00:00"
        },
        {
            "name": "fig/link-util",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link-util.git",
                "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a",
                "reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "psr/link": "~1.0@dev"
            },
            "provide": {
                "psr/link-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.1",
                "squizlabs/php_codesniffer": "^2.3.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Fig\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common utility implementations for HTTP links",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "support": {
                "issues": "https://github.com/php-fig/link-util/issues",
                "source": "https://github.com/php-fig/link-util/tree/1.1.1"
            },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "time": "2020-04-27T06:40:36+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "7.2.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
                "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "guzzlehttp/promises": "^1.4",
                "guzzlehttp/psr7": "^1.7",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
                "ext-curl": "*",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php-http/client-integration-tests": "^3.0",
                "phpunit/phpunit": "^8.5.5 || ^9.3.5",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "psr/log": "^1.1"
            },
            "suggest": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "psr/log": "Required for using the Log middleware"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "dev-master": "7.1-dev"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
Reiter, Christoph's avatar
Reiter, Christoph committed
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "psr-18",
                "psr-7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "rest",
                "web service"
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-10-10T11:47:56+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "60d379c243457e073cff02bc323a2a86cb355631"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
                "reference": "60d379c243457e073cff02bc323a2a86cb355631",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "time": "2020-09-30T07:37:28+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
                "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Schultze",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "time": "2020-09-30T07:37:11+00:00"
        },
        {
            "name": "illuminate/contracts",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "v8.16.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "a73835aad399da42e88217bdbb5e1e4c1e668807"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/a73835aad399da42e88217bdbb5e1e4c1e668807",
                "reference": "a73835aad399da42e88217bdbb5e1e4c1e668807",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0",
                "psr/container": "^1.0",
                "psr/simple-cache": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-11-18T13:57:08+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "kevinrob/guzzle-cache-middleware",
            "version": "v3.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Kevinrob/guzzle-cache-middleware.git",
                "reference": "f978b8da7484a16e26589a5518d6bacc6ccdee99"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Kevinrob/guzzle-cache-middleware/zipball/f978b8da7484a16e26589a5518d6bacc6ccdee99",
                "reference": "f978b8da7484a16e26589a5518d6bacc6ccdee99",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0"
            },
            "require-dev": {
                "cache/array-adapter": "^0.4 || ^0.5 || ^1.0",
                "cache/simple-cache-bridge": "^0.1 || ^1.0",
                "doctrine/cache": "^1.0",
                "guzzlehttp/guzzle": "^6.0",
                "illuminate/cache": "^5.0",
                "league/flysystem": "^1.0",
                "phpunit/phpunit": "^4.8.36 || ^5.0",
                "psr/cache": "^1.0",
                "symfony/phpunit-bridge": "^4.4 || ^5.0"
            },
            "suggest": {
                "doctrine/cache": "This library has a lot of ready-to-use cache storage (to be used with Kevinrob\\GuzzleCache\\Storage\\DoctrineCacheStorage).",
                "guzzlehttp/guzzle": "For using this library. It was created for Guzzle6 (but you can use it with any PSR-7 HTTP client).",
                "laravel/framework": "To be used with Kevinrob\\GuzzleCache\\Storage\\LaravelCacheStorage",
                "league/flysystem": "To be used with Kevinrob\\GuzzleCache\\Storage\\FlysystemStorage",
                "psr/cache": "To be used with Kevinrob\\GuzzleCache\\Storage\\Psr6CacheStorage",
                "psr/simple-cache": "To be used with Kevinrob\\GuzzleCache\\Storage\\Psr16CacheStorage"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Kevinrob\\GuzzleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kevin Robatel",
                    "email": "kevinrob2@gmail.com",
                    "homepage": "https://github.com/Kevinrob"
                }
            ],
            "description": "A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)",
            "homepage": "https://github.com/Kevinrob/guzzle-cache-middleware",
            "keywords": [
                "Etag",
                "Flysystem",
                "Guzzle",
                "cache",
                "cache-control",
                "doctrine",
                "expiration",
                "guzzle6",
                "handler",
                "http",
                "http 1.1",
                "middleware",
                "performance",
                "php",
                "promise",
                "psr6",
                "psr7",
                "rfc7234",
                "validation"
            ],
            "time": "2020-02-14T11:17:02+00:00"
        },
        {
            "name": "league/uri",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "6.4.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
                "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "league/uri-interfaces": "^2.1",
                "php": ">=7.2",
                "psr/http-message": "^1.0"
            },
            "conflict": {
                "league/uri-schemes": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpstan/phpstan-strict-rules": "^0.12",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "phpunit/phpunit": "^8.0 || ^9.0",
                "psr/http-factory": "^1.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "ext-fileinfo": "Needed to create Data URI from a filepath",
                "ext-intl": "Needed to improve host validation",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "league/uri-components": "Needed to easily manipulate URI objects",
                "psr/http-factory": "Needed to use the URI factory"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "http://uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-11-22T14:29:11+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "league/uri-interfaces",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "2.2.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri-interfaces.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "667f150e589d65d79c89ffe662e426704f84224f"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/667f150e589d65d79c89ffe662e426704f84224f",
                "reference": "667f150e589d65d79c89ffe662e426704f84224f",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": "^7.1 || ^8.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "phpstan/phpstan-strict-rules": "^0.12"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "Common interface for URI representation",
            "homepage": "http://github.com/thephpleague/uri-interfaces",
            "keywords": [
                "rfc3986",
                "rfc3987",
                "uri",
                "url"
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-10-31T13:45:51+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "monolog/monolog",
            "version": "1.25.5",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0",
                "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "php-parallel-lint/php-parallel-lint": "^1.0",
                "phpunit/phpunit": "~4.5",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry server"
            },
            "type": "library",
            "extra": {
                "branch-alias": {