2081 lines
72 KiB
Plaintext
2081 lines
72 KiB
Plaintext
|
{
|
||
|
"_readme": [
|
||
|
"This file locks the dependencies of your project to a known state",
|
||
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
|
"This file is @generated automatically"
|
||
|
],
|
||
|
"content-hash": "7f769bc9dabc952a9e9210886c4900c8",
|
||
|
"packages": [
|
||
|
{
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2016-08-06T20:24:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/container",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/container.git",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Container\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://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"
|
||
|
],
|
||
|
"time": "2017-02-14T16:28:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/event-dispatcher",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
||
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
||
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\EventDispatcher\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Standard interfaces for event handling.",
|
||
|
"keywords": [
|
||
|
"events",
|
||
|
"psr",
|
||
|
"psr-14"
|
||
|
],
|
||
|
"time": "2019-01-08T18:20:26+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "1.1.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/log.git",
|
||
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||
|
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
||
|
"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": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for logging libraries",
|
||
|
"homepage": "https://github.com/php-fig/log",
|
||
|
"keywords": [
|
||
|
"log",
|
||
|
"psr",
|
||
|
"psr-3"
|
||
|
],
|
||
|
"time": "2020-03-23T09:12:05+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/cache",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/cache.git",
|
||
|
"reference": "0c5f5b1882dc82b255a4bdead4ed3c7738cddc04"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/cache/zipball/0c5f5b1882dc82b255a4bdead4ed3c7738cddc04",
|
||
|
"reference": "0c5f5b1882dc82b255a4bdead4ed3c7738cddc04",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/cache": "~1.0",
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/cache-contracts": "^1.1.7|^2",
|
||
|
"symfony/service-contracts": "^1.1|^2",
|
||
|
"symfony/var-exporter": "^4.4|^5.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"doctrine/dbal": "<2.5",
|
||
|
"symfony/dependency-injection": "<4.4",
|
||
|
"symfony/http-kernel": "<4.4",
|
||
|
"symfony/var-dumper": "<4.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/cache-implementation": "1.0",
|
||
|
"psr/simple-cache-implementation": "1.0",
|
||
|
"symfony/cache-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"cache/integration-tests": "dev-master",
|
||
|
"doctrine/cache": "~1.6",
|
||
|
"doctrine/dbal": "~2.5",
|
||
|
"predis/predis": "~1.1",
|
||
|
"psr/simple-cache": "^1.0",
|
||
|
"symfony/config": "^4.4|^5.0",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0",
|
||
|
"symfony/var-dumper": "^4.4|^5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Cache\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Cache component with PSR-6, PSR-16, and tags",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"caching",
|
||
|
"psr6"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-28T17:58:55+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/cache-contracts",
|
||
|
"version": "v2.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/cache-contracts.git",
|
||
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
|
||
|
"reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/cache": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/cache-implementation": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Contracts\\Cache\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Generic abstractions related to caching",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"abstractions",
|
||
|
"contracts",
|
||
|
"decoupling",
|
||
|
"interfaces",
|
||
|
"interoperability",
|
||
|
"standards"
|
||
|
],
|
||
|
"time": "2019-11-18T17:27:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/config",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/config.git",
|
||
|
"reference": "db1674e1a261148429f123871f30d211992294e7"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/config/zipball/db1674e1a261148429f123871f30d211992294e7",
|
||
|
"reference": "db1674e1a261148429f123871f30d211992294e7",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/filesystem": "^4.4|^5.0",
|
||
|
"symfony/polyfill-ctype": "~1.8"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/finder": "<4.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/event-dispatcher": "^4.4|^5.0",
|
||
|
"symfony/finder": "^4.4|^5.0",
|
||
|
"symfony/messenger": "^4.4|^5.0",
|
||
|
"symfony/service-contracts": "^1.1|^2",
|
||
|
"symfony/yaml": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/yaml": "To use the yaml reference dumper"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Config\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Config Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-15T15:59:10+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/console",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/console.git",
|
||
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
|
||
|
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php73": "^1.8",
|
||
|
"symfony/service-contracts": "^1.1|^2"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/dependency-injection": "<4.4",
|
||
|
"symfony/event-dispatcher": "<4.4",
|
||
|
"symfony/lock": "<4.4",
|
||
|
"symfony/process": "<4.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/log-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/config": "^4.4|^5.0",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0",
|
||
|
"symfony/event-dispatcher": "^4.4|^5.0",
|
||
|
"symfony/lock": "^4.4|^5.0",
|
||
|
"symfony/process": "^4.4|^5.0",
|
||
|
"symfony/var-dumper": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/log": "For using the console logger",
|
||
|
"symfony/event-dispatcher": "",
|
||
|
"symfony/lock": "",
|
||
|
"symfony/process": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Console\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Console Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-03-30T11:42:42+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/dependency-injection",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/dependency-injection.git",
|
||
|
"reference": "92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba",
|
||
|
"reference": "92d8b3bd896a87cdd8aba0a3dd041bc072e8cfba",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/container": "^1.0",
|
||
|
"symfony/service-contracts": "^1.1.6|^2"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/config": "<5.0",
|
||
|
"symfony/finder": "<4.4",
|
||
|
"symfony/proxy-manager-bridge": "<4.4",
|
||
|
"symfony/yaml": "<4.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/container-implementation": "1.0",
|
||
|
"symfony/service-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/config": "^5.0",
|
||
|
"symfony/expression-language": "^4.4|^5.0",
|
||
|
"symfony/yaml": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/config": "",
|
||
|
"symfony/expression-language": "For using expressions in service container configuration",
|
||
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
||
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
||
|
"symfony/yaml": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\DependencyInjection\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony DependencyInjection Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-28T17:58:55+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/dotenv",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/dotenv.git",
|
||
|
"reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/dotenv/zipball/28658ee990ea643c8111bac242d6ee5f3a15ef72",
|
||
|
"reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/process": "^4.4|^5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Dotenv\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Registers environment variables from a .env file",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"dotenv",
|
||
|
"env",
|
||
|
"environment"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-03-27T16:56:45+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/error-handler",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/error-handler.git",
|
||
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
|
||
|
"reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/log": "^1.0",
|
||
|
"symfony/var-dumper": "^4.4|^5.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/http-kernel": "^4.4|^5.0",
|
||
|
"symfony/serializer": "^4.4|^5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\ErrorHandler\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony ErrorHandler Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-03-30T14:14:32+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/event-dispatcher",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
||
|
"reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
|
||
|
"reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/event-dispatcher-contracts": "^2"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/dependency-injection": "<4.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/event-dispatcher-implementation": "1.0",
|
||
|
"symfony/event-dispatcher-implementation": "2.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/config": "^4.4|^5.0",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0",
|
||
|
"symfony/expression-language": "^4.4|^5.0",
|
||
|
"symfony/http-foundation": "^4.4|^5.0",
|
||
|
"symfony/service-contracts": "^1.1|^2",
|
||
|
"symfony/stopwatch": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/dependency-injection": "",
|
||
|
"symfony/http-kernel": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\EventDispatcher\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony EventDispatcher Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-03-27T16:56:45+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/event-dispatcher-contracts",
|
||
|
"version": "v2.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
||
|
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
|
||
|
"reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/event-dispatcher": "^1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/event-dispatcher-implementation": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Generic abstractions related to dispatching event",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"abstractions",
|
||
|
"contracts",
|
||
|
"decoupling",
|
||
|
"interfaces",
|
||
|
"interoperability",
|
||
|
"standards"
|
||
|
],
|
||
|
"time": "2019-11-18T17:27:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/filesystem",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/filesystem.git",
|
||
|
"reference": "7cd0dafc4353a0f62e307df90b48466379c8cc91"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7cd0dafc4353a0f62e307df90b48466379c8cc91",
|
||
|
"reference": "7cd0dafc4353a0f62e307df90b48466379c8cc91",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/polyfill-ctype": "~1.8"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Filesystem\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Filesystem Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-12T14:40:17+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/finder",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/finder.git",
|
||
|
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
|
||
|
"reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Finder\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Finder Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-03-27T16:56:45+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/flex",
|
||
|
"version": "v1.6.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/flex.git",
|
||
|
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
|
||
|
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"composer-plugin-api": "^1.0",
|
||
|
"php": "^7.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"composer/composer": "^1.0.2",
|
||
|
"symfony/dotenv": "^3.4|^4.0|^5.0",
|
||
|
"symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
|
||
|
"symfony/process": "^2.7|^3.0|^4.0|^5.0"
|
||
|
},
|
||
|
"type": "composer-plugin",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.5-dev"
|
||
|
},
|
||
|
"class": "Symfony\\Flex\\Flex"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Flex\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien.potencier@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Composer plugin for Symfony",
|
||
|
"time": "2020-01-30T12:06:45+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/framework-bundle",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/framework-bundle.git",
|
||
|
"reference": "3fd5aec4bc84750752ba1f039829362fa071e037"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3fd5aec4bc84750752ba1f039829362fa071e037",
|
||
|
"reference": "3fd5aec4bc84750752ba1f039829362fa071e037",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-xml": "*",
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/cache": "^4.4|^5.0",
|
||
|
"symfony/config": "^5.0",
|
||
|
"symfony/dependency-injection": "^5.0.1",
|
||
|
"symfony/error-handler": "^4.4.1|^5.0.1",
|
||
|
"symfony/filesystem": "^4.4|^5.0",
|
||
|
"symfony/finder": "^4.4|^5.0",
|
||
|
"symfony/http-foundation": "^4.4|^5.0",
|
||
|
"symfony/http-kernel": "^5.0",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/routing": "^5.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"doctrine/persistence": "<1.3",
|
||
|
"phpdocumentor/reflection-docblock": "<3.0",
|
||
|
"phpdocumentor/type-resolver": "<0.2.1",
|
||
|
"phpunit/phpunit": "<5.4.3",
|
||
|
"symfony/asset": "<4.4",
|
||
|
"symfony/browser-kit": "<4.4",
|
||
|
"symfony/console": "<4.4",
|
||
|
"symfony/dom-crawler": "<4.4",
|
||
|
"symfony/dotenv": "<4.4",
|
||
|
"symfony/form": "<4.4",
|
||
|
"symfony/http-client": "<4.4",
|
||
|
"symfony/lock": "<4.4",
|
||
|
"symfony/mailer": "<4.4",
|
||
|
"symfony/messenger": "<4.4",
|
||
|
"symfony/mime": "<4.4",
|
||
|
"symfony/property-info": "<4.4",
|
||
|
"symfony/serializer": "<4.4",
|
||
|
"symfony/stopwatch": "<4.4",
|
||
|
"symfony/translation": "<5.0",
|
||
|
"symfony/twig-bridge": "<4.4",
|
||
|
"symfony/twig-bundle": "<4.4",
|
||
|
"symfony/validator": "<4.4",
|
||
|
"symfony/web-profiler-bundle": "<4.4",
|
||
|
"symfony/workflow": "<4.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/annotations": "~1.7",
|
||
|
"doctrine/cache": "~1.0",
|
||
|
"paragonie/sodium_compat": "^1.8",
|
||
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
|
||
|
"symfony/asset": "^4.4|^5.0",
|
||
|
"symfony/browser-kit": "^4.4|^5.0",
|
||
|
"symfony/console": "^4.4|^5.0",
|
||
|
"symfony/css-selector": "^4.4|^5.0",
|
||
|
"symfony/dom-crawler": "^4.4|^5.0",
|
||
|
"symfony/dotenv": "^4.4|^5.0",
|
||
|
"symfony/expression-language": "^4.4|^5.0",
|
||
|
"symfony/form": "^4.4|^5.0",
|
||
|
"symfony/http-client": "^4.4|^5.0",
|
||
|
"symfony/lock": "^4.4|^5.0",
|
||
|
"symfony/mailer": "^4.4|^5.0",
|
||
|
"symfony/messenger": "^4.4|^5.0",
|
||
|
"symfony/mime": "^4.4|^5.0",
|
||
|
"symfony/polyfill-intl-icu": "~1.0",
|
||
|
"symfony/process": "^4.4|^5.0",
|
||
|
"symfony/property-info": "^4.4|^5.0",
|
||
|
"symfony/security-csrf": "^4.4|^5.0",
|
||
|
"symfony/security-http": "^4.4|^5.0",
|
||
|
"symfony/serializer": "^4.4|^5.0",
|
||
|
"symfony/stopwatch": "^4.4|^5.0",
|
||
|
"symfony/string": "~5.0.0",
|
||
|
"symfony/translation": "^5.0",
|
||
|
"symfony/twig-bundle": "^4.4|^5.0",
|
||
|
"symfony/validator": "^4.4|^5.0",
|
||
|
"symfony/web-link": "^4.4|^5.0",
|
||
|
"symfony/workflow": "^4.4|^5.0",
|
||
|
"symfony/yaml": "^4.4|^5.0",
|
||
|
"twig/twig": "^2.10|^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-apcu": "For best performance of the system caches",
|
||
|
"symfony/console": "For using the console commands",
|
||
|
"symfony/form": "For using forms",
|
||
|
"symfony/property-info": "For using the property_info service",
|
||
|
"symfony/serializer": "For using the serializer service",
|
||
|
"symfony/validator": "For using validation",
|
||
|
"symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
|
||
|
"symfony/yaml": "For using the debug:config and lint:yaml commands"
|
||
|
},
|
||
|
"type": "symfony-bundle",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Bundle\\FrameworkBundle\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony FrameworkBundle",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-28T17:58:55+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/http-foundation",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/http-foundation.git",
|
||
|
"reference": "e47fdf8b24edc12022ba52923150ec6484d7f57d"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e47fdf8b24edc12022ba52923150ec6484d7f57d",
|
||
|
"reference": "e47fdf8b24edc12022ba52923150ec6484d7f57d",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/mime": "^4.4|^5.0",
|
||
|
"symfony/polyfill-mbstring": "~1.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"predis/predis": "~1.0",
|
||
|
"symfony/expression-language": "^4.4|^5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\HttpFoundation\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony HttpFoundation Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-18T20:50:06+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/http-kernel",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/http-kernel.git",
|
||
|
"reference": "3565e51eecd06106304baba5ccb7ba89db2d7d2b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3565e51eecd06106304baba5ccb7ba89db2d7d2b",
|
||
|
"reference": "3565e51eecd06106304baba5ccb7ba89db2d7d2b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/error-handler": "^4.4|^5.0",
|
||
|
"symfony/event-dispatcher": "^5.0",
|
||
|
"symfony/http-foundation": "^4.4|^5.0",
|
||
|
"symfony/polyfill-ctype": "^1.8",
|
||
|
"symfony/polyfill-php73": "^1.9"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/browser-kit": "<4.4",
|
||
|
"symfony/cache": "<5.0",
|
||
|
"symfony/config": "<5.0",
|
||
|
"symfony/console": "<4.4",
|
||
|
"symfony/dependency-injection": "<4.4",
|
||
|
"symfony/doctrine-bridge": "<5.0",
|
||
|
"symfony/form": "<5.0",
|
||
|
"symfony/http-client": "<5.0",
|
||
|
"symfony/mailer": "<5.0",
|
||
|
"symfony/messenger": "<5.0",
|
||
|
"symfony/translation": "<5.0",
|
||
|
"symfony/twig-bridge": "<5.0",
|
||
|
"symfony/validator": "<5.0",
|
||
|
"twig/twig": "<2.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/log-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/cache": "~1.0",
|
||
|
"symfony/browser-kit": "^4.4|^5.0",
|
||
|
"symfony/config": "^5.0",
|
||
|
"symfony/console": "^4.4|^5.0",
|
||
|
"symfony/css-selector": "^4.4|^5.0",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0",
|
||
|
"symfony/dom-crawler": "^4.4|^5.0",
|
||
|
"symfony/expression-language": "^4.4|^5.0",
|
||
|
"symfony/finder": "^4.4|^5.0",
|
||
|
"symfony/process": "^4.4|^5.0",
|
||
|
"symfony/routing": "^4.4|^5.0",
|
||
|
"symfony/stopwatch": "^4.4|^5.0",
|
||
|
"symfony/translation": "^4.4|^5.0",
|
||
|
"symfony/translation-contracts": "^1.1|^2",
|
||
|
"twig/twig": "^2.4|^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/browser-kit": "",
|
||
|
"symfony/config": "",
|
||
|
"symfony/console": "",
|
||
|
"symfony/dependency-injection": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\HttpKernel\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony HttpKernel Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-28T18:53:25+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/mime",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/mime.git",
|
||
|
"reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/mime/zipball/5d6c81c39225a750f3f43bee15f03093fb9aaa0b",
|
||
|
"reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/polyfill-intl-idn": "^1.10",
|
||
|
"symfony/polyfill-mbstring": "^1.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/mailer": "<4.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"egulias/email-validator": "^2.1.10",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Mime\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "A library to manipulate MIME messages",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"mime",
|
||
|
"mime-type"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-17T03:29:44+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-idn",
|
||
|
"version": "v1.15.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
||
|
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
|
||
|
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3",
|
||
|
"symfony/polyfill-mbstring": "^1.3",
|
||
|
"symfony/polyfill-php72": "^1.10"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.15-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Laurent Bassin",
|
||
|
"email": "laurent@bassin.info"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"idn",
|
||
|
"intl",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-03-09T19:04:49+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-mbstring",
|
||
|
"version": "v1.15.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
|
||
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.15-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for the Mbstring extension",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"mbstring",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-03-09T19:04:49+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php73",
|
||
|
"version": "v1.15.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
||
|
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
|
||
|
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.3"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.15-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php73\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-02-27T09:26:54+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/routing",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/routing.git",
|
||
|
"reference": "9b18480a6e101f8d9ab7c483ace7c19441be5111"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/routing/zipball/9b18480a6e101f8d9ab7c483ace7c19441be5111",
|
||
|
"reference": "9b18480a6e101f8d9ab7c483ace7c19441be5111",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/config": "<5.0",
|
||
|
"symfony/dependency-injection": "<4.4",
|
||
|
"symfony/yaml": "<4.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/annotations": "~1.2",
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/config": "^5.0",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0",
|
||
|
"symfony/expression-language": "^4.4|^5.0",
|
||
|
"symfony/http-foundation": "^4.4|^5.0",
|
||
|
"symfony/yaml": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"doctrine/annotations": "For using the annotation loader",
|
||
|
"symfony/config": "For using the all-in-one router or any loader",
|
||
|
"symfony/expression-language": "For using expression matching",
|
||
|
"symfony/http-foundation": "For using a Symfony Request object",
|
||
|
"symfony/yaml": "For using the YAML loader"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Routing\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Routing Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"router",
|
||
|
"routing",
|
||
|
"uri",
|
||
|
"url"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-21T21:02:50+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/service-contracts",
|
||
|
"version": "v2.0.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/service-contracts.git",
|
||
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
|
||
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"psr/container": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/service-implementation": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Contracts\\Service\\": ""
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Generic abstractions related to writing services",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"abstractions",
|
||
|
"contracts",
|
||
|
"decoupling",
|
||
|
"interfaces",
|
||
|
"interoperability",
|
||
|
"standards"
|
||
|
],
|
||
|
"time": "2019-11-18T17:27:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/var-dumper",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/var-dumper.git",
|
||
|
"reference": "09de28632f16f81058a85fcf318397218272a07b"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b",
|
||
|
"reference": "09de28632f16f81058a85fcf318397218272a07b",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/polyfill-mbstring": "~1.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"phpunit/phpunit": "<5.4.3",
|
||
|
"symfony/console": "<4.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"ext-iconv": "*",
|
||
|
"symfony/console": "^4.4|^5.0",
|
||
|
"symfony/process": "^4.4|^5.0",
|
||
|
"twig/twig": "^2.4|^3.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
||
|
"ext-intl": "To show region name in time zone dump",
|
||
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
||
|
},
|
||
|
"bin": [
|
||
|
"Resources/bin/var-dump-server"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"Resources/functions/dump.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\VarDumper\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony mechanism for exploring and dumping PHP variables",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"debug",
|
||
|
"dump"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-12T16:45:47+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/var-exporter",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/var-exporter.git",
|
||
|
"reference": "5d18811da9e1ae2bb86b0a97fb2d784e27ffd59f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/5d18811da9e1ae2bb86b0a97fb2d784e27ffd59f",
|
||
|
"reference": "5d18811da9e1ae2bb86b0a97fb2d784e27ffd59f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/var-dumper": "^4.4|^5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\VarExporter\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"clone",
|
||
|
"construct",
|
||
|
"export",
|
||
|
"hydrate",
|
||
|
"instantiate",
|
||
|
"serialize"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-15T15:59:10+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/yaml",
|
||
|
"version": "v5.0.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/yaml.git",
|
||
|
"reference": "482fb4e710e5af3e0e78015f19aa716ad953392f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/482fb4e710e5af3e0e78015f19aa716ad953392f",
|
||
|
"reference": "482fb4e710e5af3e0e78015f19aa716ad953392f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.2.5",
|
||
|
"symfony/polyfill-ctype": "~1.8"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/console": "<4.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/console": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/console": "For validating YAML files using the lint command"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "5.0-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Yaml\\": ""
|
||
|
},
|
||
|
"exclude-from-classmap": [
|
||
|
"/Tests/"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Fabien Potencier",
|
||
|
"email": "fabien@symfony.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony Yaml Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://symfony.com/sponsor",
|
||
|
"type": "custom"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://github.com/fabpot",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-04-28T17:58:55+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": {
|
||
|
"php": "^7.2.5",
|
||
|
"ext-ctype": "*",
|
||
|
"ext-iconv": "*"
|
||
|
},
|
||
|
"platform-dev": [],
|
||
|
"plugin-api-version": "1.1.0"
|
||
|
}
|