fediplan/composer.lock

3743 lines
133 KiB
Text
Raw Normal View History

2019-08-08 17:29:59 +02:00
{
"_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",
2019-08-08 17:29:59 +02:00
"This file is @generated automatically"
],
2019-12-21 09:08:10 +01:00
"content-hash": "cc98799ce9bc12d4405acb67e867d8b7",
2019-08-08 17:29:59 +02:00
"packages": [
{
"name": "craue/formflow-bundle",
"version": "3.3.1",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/craue/CraueFormFlowBundle.git",
"reference": "0b2dcc18d16eac54e0a4df7a1bbd3e811b23939c"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/craue/CraueFormFlowBundle/zipball/0b2dcc18d16eac54e0a4df7a1bbd3e811b23939c",
"reference": "0b2dcc18d16eac54e0a4df7a1bbd3e811b23939c",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "~7.0",
2019-12-21 08:55:36 +01:00
"symfony/config": "~3.4|~4.2|~5.0",
"symfony/dependency-injection": "~3.4|~4.2|~5.0",
"symfony/event-dispatcher": "~3.4|~4.2|~5.0",
"symfony/form": "~3.4|~4.2|~5.0",
"symfony/http-foundation": "~3.4|~4.2|~5.0",
"symfony/http-kernel": "~3.4|~4.2|~5.0",
"symfony/options-resolver": "~3.4|~4.2|~5.0",
"symfony/security-core": "~3.4|~4.2|~5.0",
"symfony/translation": "~3.4|~4.2|~5.0",
"symfony/validator": "~3.4|~4.2|~5.0",
"symfony/yaml": "~3.4|~4.2|~5.0"
2019-08-08 17:29:59 +02:00
},
"require-dev": {
"doctrine/common": "~2.7",
2019-12-21 08:55:36 +01:00
"doctrine/doctrine-bundle": "~1.10|~2.0",
2019-08-08 17:29:59 +02:00
"phpunit/phpunit": "^6.5.13|^7.5.1",
2019-12-21 08:55:36 +01:00
"symfony/phpunit-bridge": "~5.0",
"symfony/symfony": "~3.4|~4.2|~5.0"
2019-08-08 17:29:59 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-12-21 08:55:36 +01:00
"dev-master": "3.3.x-dev"
2019-08-08 17:29:59 +02:00
}
},
"autoload": {
"psr-4": {
"Craue\\FormFlowBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Raue",
"email": "christian.raue@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/craue/CraueFormFlowBundle/contributors"
}
],
"description": "Multi-step forms for your Symfony project.",
"homepage": "https://github.com/craue/CraueFormFlowBundle",
"keywords": [
"form",
"step",
2019-12-21 08:55:36 +01:00
"symfony",
2019-08-08 17:29:59 +02:00
"wizard"
],
"time": "2020-03-08T10:38:02+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "doctrine/annotations",
"version": "1.10.2",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
2019-08-08 17:29:59 +02:00
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
2019-12-21 08:55:36 +01:00
"phpunit/phpunit": "^7.5"
2019-08-08 17:29:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
2019-08-08 17:29:59 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-12-21 08:55:36 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-08-08 17:29:59 +02:00
{
"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": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
"time": "2020-04-20T09:18:32+00:00"
2019-08-08 17:29:59 +02:00
},
2019-12-21 09:08:10 +01:00
{
"name": "doctrine/collections",
"version": "1.6.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
}
},
"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"
}
],
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
"keywords": [
"array",
"collections",
"iterators",
"php"
],
"time": "2019-11-13T13:07:11+00:00"
},
2019-08-08 17:29:59 +02:00
{
"name": "doctrine/lexer",
2019-12-21 08:55:36 +01:00
"version": "1.2.0",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2019-12-21 08:55:36 +01:00
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
2019-12-21 08:55:36 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-21 08:55:36 +01:00
"dev-master": "1.2.x-dev"
2019-08-08 17:29:59 +02:00
}
},
"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"
],
2019-12-21 08:55:36 +01:00
"time": "2019-10-30T14:39:59+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "friendsofsymfony/jsrouting-bundle",
"version": "2.5.4",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
"reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/7dfd2165c1170a73e5929e70fb80ef57f5539869",
"reference": "7dfd2165c1170a73e5929e70fb80ef57f5539869",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
2019-12-21 08:55:36 +01:00
"php": "^7.1",
"symfony/console": "~3.3|^4.0|^5.0",
"symfony/framework-bundle": "~3.3|^4.0|^5.0",
"symfony/serializer": "~3.3|^4.0|^5.0",
2019-08-08 17:29:59 +02:00
"willdurand/jsonp-callback-validator": "~1.0"
},
"require-dev": {
2019-12-21 08:55:36 +01:00
"symfony/expression-language": "~3.3|^4.0|^5.0",
2019-08-08 17:29:59 +02:00
"symfony/phpunit-bridge": "^3.3|^4.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"FOS\\JsRoutingBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "William Durand",
"email": "will+git@drnd.me"
2019-08-11 18:24:07 +02:00
},
{
"name": "FriendsOfSymfony Community",
"homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
2019-08-08 17:29:59 +02:00
}
],
"description": "A pretty nice way to expose your Symfony2 routing to client applications.",
"homepage": "http://friendsofsymfony.github.com",
"keywords": [
"Js Routing",
"javascript",
"routing"
],
"time": "2020-04-15T09:21:31+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"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/log",
"version": "1.1.3",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-21 08:55:36 +01:00
"dev-master": "1.1.x-dev"
2019-08-08 17:29:59 +02:00
}
},
"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"
2019-08-08 17:29:59 +02:00
},
{
"name": "sensio/framework-extra-bundle",
"version": "v5.5.3",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
"reference": "98f0807137b13d0acfdf3c255a731516e97015de"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/98f0807137b13d0acfdf3c255a731516e97015de",
"reference": "98f0807137b13d0acfdf3c255a731516e97015de",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"php": ">=7.1.3",
2019-12-21 08:55:36 +01:00
"symfony/config": "^4.3|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/framework-bundle": "^4.3|^5.0",
"symfony/http-kernel": "^4.3|^5.0"
},
"conflict": {
"doctrine/doctrine-cache-bundle": "<1.3.1"
2019-08-08 17:29:59 +02:00
},
"require-dev": {
2019-12-21 08:55:36 +01:00
"doctrine/doctrine-bundle": "^1.11|^2.0",
2019-08-08 17:29:59 +02:00
"doctrine/orm": "^2.5",
"nyholm/psr7": "^1.1",
2019-12-21 08:55:36 +01:00
"symfony/browser-kit": "^4.3|^5.0",
"symfony/dom-crawler": "^4.3|^5.0",
"symfony/expression-language": "^4.3|^5.0",
"symfony/finder": "^4.3|^5.0",
"symfony/monolog-bridge": "^4.0|^5.0",
2019-08-08 17:29:59 +02:00
"symfony/monolog-bundle": "^3.2",
2019-12-21 08:55:36 +01:00
"symfony/phpunit-bridge": "^4.3.5|^5.0",
2019-08-08 17:29:59 +02:00
"symfony/psr-http-message-bridge": "^1.1",
2019-12-21 08:55:36 +01:00
"symfony/security-bundle": "^4.3|^5.0",
"symfony/twig-bundle": "^4.3|^5.0",
"symfony/yaml": "^4.3|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
2019-08-08 17:29:59 +02:00
},
"suggest": {
"symfony/expression-language": "",
"symfony/psr-http-message-bridge": "To use the PSR-7 converters",
"symfony/security-bundle": ""
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2019-12-21 08:55:36 +01:00
"dev-master": "5.5.x-dev"
2019-08-08 17:29:59 +02:00
}
},
"autoload": {
"psr-4": {
2019-12-21 08:55:36 +01:00
"Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
},
"exclude-from-classmap": [
"/tests/"
]
2019-08-08 17:29:59 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "This bundle provides a way to configure your controllers with annotations",
"keywords": [
"annotations",
"controllers"
],
"time": "2019-12-27T08:57:19+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/asset",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
"reference": "5bdbd8878b69e3be16d036890ea3081172ea28c5"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/5bdbd8878b69e3be16d036890ea3081172ea28c5",
"reference": "5bdbd8878b69e3be16d036890ea3081172ea28c5",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"symfony/http-foundation": "~3.4|~4.0",
"symfony/http-kernel": "~3.4|~4.0"
},
"suggest": {
"symfony/http-foundation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Asset\\": ""
},
"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 Asset Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/cache",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "8794ccf68ac341fc19311919d2287f7557bfccba"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/8794ccf68ac341fc19311919d2287f7557bfccba",
"reference": "8794ccf68ac341fc19311919d2287f7557bfccba",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/cache": "~1.0",
"psr/log": "~1.0",
"symfony/cache-contracts": "^1.1",
"symfony/service-contracts": "^1.1",
"symfony/var-exporter": "^4.2"
},
"conflict": {
"doctrine/dbal": "<2.5",
"symfony/dependency-injection": "<3.4",
"symfony/var-dumper": "<3.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.2",
"symfony/dependency-injection": "~3.4|~4.1",
"symfony/var-dumper": "^4.1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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"
],
"time": "2020-01-27T09:15:09+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/cache-contracts",
2019-12-21 08:55:36 +01:00
"version": "v1.1.7",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
2019-12-21 08:55:36 +01:00
"reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
2019-12-21 08:55:36 +01:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1",
"reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/cache": "^1.0"
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-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"
],
2019-12-21 08:55:36 +01:00
"time": "2019-10-04T21:43:27+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/config",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "7b7d5d35a5ba5a62f2c6c69f574e36595e587d11"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/7b7d5d35a5ba5a62f2c6c69f574e36595e587d11",
"reference": "7b7d5d35a5ba5a62f2c6c69f574e36595e587d11",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/filesystem": "~3.4|~4.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/finder": "<3.4"
},
"require-dev": {
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/messenger": "~4.1",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/console",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "82aeab8f852a63e83d781617841237944392cd45"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/82aeab8f852a63e83d781617841237944392cd45",
"reference": "82aeab8f852a63e83d781617841237944392cd45",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3",
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"symfony/var-dumper": "^4.3"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-25T12:32:28+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/debug",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "8e362996356f2555d493ee3d8285424853955e8f"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/8e362996356f2555d493ee3d8285424853955e8f",
"reference": "8e362996356f2555d493ee3d8285424853955e8f",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "~3.4|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"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 Debug Component",
"homepage": "https://symfony.com",
"time": "2020-01-25T12:32:28+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/dependency-injection",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "468bfb60a60b7caa03e4722c43f5359df47b4349"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/468bfb60a60b7caa03e4722c43f5359df47b4349",
"reference": "468bfb60a60b7caa03e4722c43f5359df47b4349",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/container": "^1.0",
2019-12-21 08:55:36 +01:00
"symfony/service-contracts": "^1.1.6"
2019-08-08 17:29:59 +02:00
},
"conflict": {
"symfony/config": "<4.3",
"symfony/finder": "<3.4",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0"
},
"require-dev": {
"symfony/config": "^4.3",
"symfony/expression-language": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.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": "4.3-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",
"time": "2020-01-14T16:43:06+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/dotenv",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
"reference": "3e41dc2a3c517819b23cb4d1c95f5116182a8dd0"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dotenv/zipball/3e41dc2a3c517819b23cb4d1c95f5116182a8dd0",
"reference": "3e41dc2a3c517819b23cb4d1c95f5116182a8dd0",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
2019-12-21 08:55:36 +01:00
"symfony/process": "^3.4.2|^4.0"
2019-08-08 17:29:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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"
],
"time": "2020-01-08T17:19:22+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/event-dispatcher",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "75f99d7489409207d09c6cd75a6c773ccbb516d5"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/75f99d7489409207d09c6cd75a6c773ccbb516d5",
"reference": "75f99d7489409207d09c6cd75a6c773ccbb516d5",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/event-dispatcher-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "^3.4|^4.0",
"symfony/service-contracts": "^1.1",
"symfony/stopwatch": "~3.4|~4.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-09T13:17:05+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
2019-12-21 08:55:36 +01:00
"version": "v1.1.7",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2019-12-21 08:55:36 +01:00
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
2019-12-21 08:55:36 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-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"
],
2019-12-21 08:55:36 +01:00
"time": "2019-09-17T09:54:03+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/filesystem",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "fdc0ac5e64f7555818411a17993bb24be4270769"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/fdc0ac5e64f7555818411a17993bb24be4270769",
"reference": "fdc0ac5e64f7555818411a17993bb24be4270769",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-21T08:20:29+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/finder",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "8174c13b932c71f10cdd8dfcd8f5e494f1e7003d"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/8174c13b932c71f10cdd8dfcd8f5e494f1e7003d",
"reference": "8174c13b932c71f10cdd8dfcd8f5e494f1e7003d",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/flex",
"version": "v1.6.2",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
"reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "^7.0"
},
"require-dev": {
"composer/composer": "^1.0.2",
2019-12-21 08:55:36 +01:00
"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"
2019-08-08 17:29:59 +02:00
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
2019-12-21 08:55:36 +01:00
"dev-master": "1.5-dev"
2019-08-08 17:29:59 +02:00
},
"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"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/form",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/form.git",
"reference": "05fac4992a100642806a50cc0c84fb4a8a326c14"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/form/zipball/05fac4992a100642806a50cc0c84fb4a8a326c14",
"reference": "05fac4992a100642806a50cc0c84fb4a8a326c14",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/event-dispatcher": "^4.3",
"symfony/intl": "^4.3",
"symfony/options-resolver": "~4.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/property-access": "~3.4|~4.0",
"symfony/service-contracts": "~1.1"
},
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<4.3",
"symfony/dependency-injection": "<3.4",
"symfony/doctrine-bridge": "<3.4",
"symfony/framework-bundle": "<3.4",
"symfony/http-kernel": "<4.3",
"symfony/intl": "<4.3",
"symfony/translation": "<4.2",
"symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
},
"require-dev": {
"doctrine/collections": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "^4.3",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/http-kernel": "~4.3",
"symfony/security-csrf": "~3.4|~4.0",
"symfony/translation": "~4.2",
2019-12-21 08:55:36 +01:00
"symfony/validator": "^3.4.31|^4.3.4",
2019-08-08 17:29:59 +02:00
"symfony/var-dumper": "^4.3"
},
"suggest": {
"symfony/security-csrf": "For protecting forms against CSRF attacks.",
"symfony/twig-bridge": "For templating with Twig.",
"symfony/validator": "For form validation."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Form\\": ""
},
"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 Form Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/framework-bundle",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "4ea8f63e005af800e140c1bcfb1f748a006defd1"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4ea8f63e005af800e140c1bcfb1f748a006defd1",
"reference": "4ea8f63e005af800e140c1bcfb1f748a006defd1",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": "^7.1.3",
2019-12-21 08:55:36 +01:00
"symfony/cache": "^4.3.4",
"symfony/config": "^4.3.4",
2019-08-08 17:29:59 +02:00
"symfony/debug": "~4.0",
"symfony/dependency-injection": "^4.3",
"symfony/filesystem": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/http-foundation": "^4.3",
2019-12-21 08:55:36 +01:00
"symfony/http-kernel": "^4.3.4",
2019-08-08 17:29:59 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/routing": "^4.3"
},
"conflict": {
"doctrine/persistence": "<1.3",
2019-08-08 17:29:59 +02:00
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.1",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/asset": "<3.4",
"symfony/browser-kit": "<4.3",
"symfony/console": "<4.3",
"symfony/dom-crawler": "<4.3",
"symfony/dotenv": "<4.2",
2019-12-21 08:55:36 +01:00
"symfony/form": "<4.3.5",
"symfony/messenger": "<4.3.6",
2019-08-08 17:29:59 +02:00
"symfony/property-info": "<3.4",
"symfony/serializer": "<4.2",
"symfony/stopwatch": "<3.4",
2019-12-21 08:55:36 +01:00
"symfony/translation": "<4.3.6",
2019-08-08 17:29:59 +02:00
"symfony/twig-bridge": "<4.1.1",
"symfony/validator": "<4.1",
2019-12-21 08:55:36 +01:00
"symfony/workflow": "<4.3.6"
2019-08-08 17:29:59 +02:00
},
"require-dev": {
2019-12-21 08:55:36 +01:00
"doctrine/annotations": "~1.7",
2019-08-08 17:29:59 +02:00
"doctrine/cache": "~1.0",
"fig/link-util": "^1.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/asset": "~3.4|~4.0",
"symfony/browser-kit": "^4.3",
2019-12-21 08:55:36 +01:00
"symfony/console": "^4.3.4",
2019-08-08 17:29:59 +02:00
"symfony/css-selector": "~3.4|~4.0",
"symfony/dom-crawler": "^4.3",
"symfony/expression-language": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"symfony/form": "^4.3.5",
2019-08-08 17:29:59 +02:00
"symfony/http-client": "^4.3",
"symfony/lock": "~3.4|~4.0",
"symfony/mailer": "^4.3",
2019-12-21 08:55:36 +01:00
"symfony/messenger": "^4.3.6",
2019-08-08 17:29:59 +02:00
"symfony/mime": "^4.3",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/process": "~3.4|~4.0",
"symfony/property-info": "~3.4|~4.0",
"symfony/security-csrf": "~3.4|~4.0",
"symfony/security-http": "~3.4|~4.0",
"symfony/serializer": "^4.3",
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"symfony/translation": "^4.3.7",
2019-08-08 17:29:59 +02:00
"symfony/twig-bundle": "~2.8|~3.2|~4.0",
"symfony/validator": "^4.1",
"symfony/var-dumper": "^4.3",
"symfony/web-link": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"symfony/workflow": "^4.3.6",
2019-08-08 17:29:59 +02:00
"symfony/yaml": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"twig/twig": "~1.41|~2.10"
2019-08-08 17:29:59 +02:00
},
"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": "4.3-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",
"time": "2020-01-14T14:28:35+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/http-foundation",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "90af881cedc857dca17990cae96f37727b8ae1d6"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/90af881cedc857dca17990cae96f37727b8ae1d6",
"reference": "90af881cedc857dca17990cae96f37727b8ae1d6",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/mime": "^4.3",
"symfony/polyfill-mbstring": "~1.1"
},
"require-dev": {
"predis/predis": "~1.0",
"symfony/expression-language": "~3.4|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-31T09:10:37+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/http-kernel",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "fcd8fe5b98d435da856b310a01a4f281668607c0"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/fcd8fe5b98d435da856b310a01a4f281668607c0",
"reference": "fcd8fe5b98d435da856b310a01a4f281668607c0",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0",
"symfony/debug": "~3.4|~4.0",
"symfony/event-dispatcher": "^4.3",
"symfony/http-foundation": "^4.1.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php73": "^1.9"
},
"conflict": {
"symfony/browser-kit": "<4.3",
"symfony/config": "<3.4",
"symfony/dependency-injection": "<4.3",
"symfony/translation": "<4.2",
"symfony/var-dumper": "<4.1.1",
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
"symfony/browser-kit": "^4.3",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
"symfony/dependency-injection": "^4.3",
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/translation": "~4.2",
"symfony/translation-contracts": "^1.1",
"symfony/var-dumper": "^4.1.1",
"twig/twig": "^1.34|^2.4"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-31T12:38:38+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/inflector",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/inflector.git",
"reference": "8c699257379098d26fa400edad29f703b380efcf"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/inflector/zipball/8c699257379098d26fa400edad29f703b380efcf",
"reference": "8c699257379098d26fa400edad29f703b380efcf",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Inflector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Inflector Component",
"homepage": "https://symfony.com",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string",
"symfony",
"words"
],
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/intl",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
"reference": "2d139d02ddae582c382d30cccd2ee4c814043518"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/intl/zipball/2d139d02ddae582c382d30cccd2ee4c814043518",
"reference": "2d139d02ddae582c382d30cccd2ee4c814043518",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-intl-icu": "~1.0"
},
"require-dev": {
"symfony/filesystem": "~3.4|~4.0"
},
"suggest": {
"ext-intl": "to use the component with locales other than \"en\""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Intl\\": ""
},
"classmap": [
"Resources/stubs"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Eriksen Costa",
"email": "eriksen.costa@infranology.com.br"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
"homepage": "https://symfony.com",
"keywords": [
"i18n",
"icu",
"internationalization",
"intl",
"l10n",
"localization"
],
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/mime",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "50f65ca2a6c33702728024d33e4b9461f67623c4"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/50f65ca2a6c33702728024d33e4b9461f67623c4",
"reference": "50f65ca2a6c33702728024d33e4b9461f67623c4",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
2019-12-21 08:55:36 +01:00
"egulias/email-validator": "^2.1.10",
2019-08-08 17:29:59 +02:00
"symfony/dependency-injection": "~3.4|^4.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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"
],
"time": "2020-01-01T11:51:43+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/options-resolver",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "3438c6fe65a9794b0e9f3686d0e3771412a2c47a"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/3438c6fe65a9794b0e9f3686d0e3771412a2c47a",
"reference": "3438c6fe65a9794b0e9f3686d0e3771412a2c47a",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"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 OptionsResolver Component",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/polyfill-intl-icu",
"version": "v1.15.0",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git",
"reference": "9c281272735eb66476e0fa7381e03fb0d4b60197"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/9c281272735eb66476e0fa7381e03fb0d4b60197",
"reference": "9c281272735eb66476e0fa7381e03fb0d4b60197",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/intl": "~2.3|~3.0|~4.0|~5.0"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
2019-08-08 17:29:59 +02:00
}
},
"autoload": {
"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 intl's ICU-related data and classes",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"icu",
"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-02-27T09:26:54+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.15.0",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.10"
2019-08-08 17:29:59 +02:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
2019-08-08 17:29:59 +02:00
}
},
"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"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.15.0",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
2019-08-08 17:29:59 +02:00
}
},
"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"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/polyfill-php72",
"version": "v1.15.0",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "37b0976c78b94856543260ce09b460a7bc852747"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
"reference": "37b0976c78b94856543260ce09b460a7bc852747",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
2019-08-08 17:29:59 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"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 backporting some PHP 7.2+ 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"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/polyfill-php73",
"version": "v1.15.0",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
2019-08-08 17:29:59 +02:00
}
},
"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"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/property-access",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-access.git",
"reference": "28ecead27bd17937b3f904396b026a8e3915d0cd"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/28ecead27bd17937b3f904396b026a8e3915d0cd",
"reference": "28ecead27bd17937b3f904396b026a8e3915d0cd",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/inflector": "~3.4|~4.0"
},
"require-dev": {
"symfony/cache": "~3.4|~4.0"
},
"suggest": {
"psr/cache-implementation": "To cache access methods."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
},
"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 PropertyAccess Component",
"homepage": "https://symfony.com",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property path",
"reflection"
],
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/routing",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "6cc4b6a92e3c623b2c7e56180728839b0caf8564"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/6cc4b6a92e3c623b2c7e56180728839b0caf8564",
"reference": "6cc4b6a92e3c623b2c7e56180728839b0caf8564",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"conflict": {
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.2",
"psr/log": "~1.0",
"symfony/config": "~4.2",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.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": "4.3-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"
],
"time": "2020-01-08T14:00:15+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/security-bundle",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-bundle.git",
"reference": "1cc02bd8e44eef0bd4ecfd53a8b4d7b26f675d85"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/1cc02bd8e44eef0bd4ecfd53a8b4d7b26f675d85",
"reference": "1cc02bd8e44eef0bd4ecfd53a8b4d7b26f675d85",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"ext-xml": "*",
"php": "^7.1.3",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/http-kernel": "^4.3",
"symfony/security-core": "~4.3",
"symfony/security-csrf": "~4.2",
"symfony/security-guard": "~4.2",
"symfony/security-http": "~4.3.10|^4.4.3"
2019-08-08 17:29:59 +02:00
},
"conflict": {
"symfony/browser-kit": "<4.2",
"symfony/console": "<3.4",
2019-12-21 08:55:36 +01:00
"symfony/framework-bundle": "<4.3.4",
2019-08-08 17:29:59 +02:00
"symfony/twig-bundle": "<4.2",
"symfony/var-dumper": "<3.4"
},
"require-dev": {
"doctrine/doctrine-bundle": "~1.5",
"symfony/asset": "~3.4|~4.0",
"symfony/browser-kit": "~4.2",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/form": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"symfony/framework-bundle": "^4.3.4",
2019-08-08 17:29:59 +02:00
"symfony/http-foundation": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
"symfony/translation": "~3.4|~4.0",
"symfony/twig-bridge": "~3.4|~4.0",
"symfony/twig-bundle": "~4.2",
"symfony/validator": "~3.4|~4.0",
"symfony/var-dumper": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"twig/twig": "~1.41|~2.10"
2019-08-08 17:29:59 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\SecurityBundle\\": ""
},
"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 SecurityBundle",
"homepage": "https://symfony.com",
"time": "2020-01-08T17:19:22+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/security-core",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"reference": "8d008438e4bbdf04086d1048d51cc1b5dfac2046"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/8d008438e4bbdf04086d1048d51cc1b5dfac2046",
"reference": "8d008438e4bbdf04086d1048d51cc1b5dfac2046",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/event-dispatcher-contracts": "^1.1",
"symfony/service-contracts": "^1.1"
},
"conflict": {
"symfony/event-dispatcher": "<4.3",
"symfony/security-guard": "<4.3"
},
"require-dev": {
"psr/container": "^1.0",
"psr/log": "~1.0",
"symfony/event-dispatcher": "^4.3",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/ldap": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"symfony/validator": "^3.4.31|^4.3.4"
2019-08-08 17:29:59 +02:00
},
"suggest": {
"psr/container-implementation": "To instantiate the Security class",
"symfony/event-dispatcher": "",
"symfony/expression-language": "For using the expression voter",
"symfony/http-foundation": "",
"symfony/ldap": "For using LDAP integration",
"symfony/validator": "For using the user password constraint"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Core\\": ""
},
"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 Security Component - Core Library",
"homepage": "https://symfony.com",
"time": "2020-01-31T09:10:37+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/security-csrf",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-csrf.git",
"reference": "9e435026ab45f073880d1fbe0e1b17e7df6bf642"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/9e435026ab45f073880d1fbe0e1b17e7df6bf642",
"reference": "9e435026ab45f073880d1fbe0e1b17e7df6bf642",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/security-core": "~3.4|~4.0"
},
"conflict": {
"symfony/http-foundation": "<3.4"
},
"require-dev": {
"symfony/http-foundation": "~3.4|~4.0"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Csrf\\": ""
},
"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 Security Component - CSRF Library",
"homepage": "https://symfony.com",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/security-guard",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-guard.git",
"reference": "5d87ee4ffa5aa6e594008fa3cc65bc8f86ad6438"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-guard/zipball/5d87ee4ffa5aa6e594008fa3cc65bc8f86ad6438",
"reference": "5d87ee4ffa5aa6e594008fa3cc65bc8f86ad6438",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/security-core": "~3.4.22|^4.2.3",
"symfony/security-http": "^4.3"
},
"require-dev": {
"psr/log": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Guard\\": ""
},
"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 Security Component - Guard",
"homepage": "https://symfony.com",
"time": "2020-01-04T18:57:41+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/security-http",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/security-http.git",
"reference": "2b4b8632956c680400006376fad0a4f9889d4be1"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/2b4b8632956c680400006376fad0a4f9889d4be1",
"reference": "2b4b8632956c680400006376fad0a4f9889d4be1",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/http-kernel": "^4.3",
"symfony/property-access": "~3.4|~4.0",
"symfony/security-core": "^4.3"
},
"conflict": {
"symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/routing": "~3.4|~4.0",
"symfony/security-csrf": "^3.4.11|^4.0.11"
},
"suggest": {
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
"symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Security\\Http\\": ""
},
"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 Security Component - HTTP Integration",
"homepage": "https://symfony.com",
"time": "2020-01-31T09:10:37+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/serializer",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "cd4f545209e1f3d408b5adda729c59bfd714a1a5"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/cd4f545209e1f3d408b5adda729c59bfd714a1a5",
"reference": "cd4f545209e1f3d408b5adda729c59bfd714a1a5",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"phpdocumentor/type-resolver": "<0.2.1",
"symfony/dependency-injection": "<3.4",
"symfony/property-access": "<3.4",
"symfony/property-info": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
"symfony/cache": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/property-access": "~3.4|~4.0",
"symfony/property-info": "^3.4.13|~4.0",
"symfony/validator": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"psr/cache-implementation": "For using the metadata cache.",
"symfony/config": "For using the XML mapping loader.",
"symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
"symfony/property-access": "For using the ObjectNormalizer.",
"symfony/property-info": "To deserialize relations.",
"symfony/yaml": "For using the default YAML mapping loader."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Serializer\\": ""
},
"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 Serializer Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/service-contracts",
2019-12-21 08:55:36 +01:00
"version": "v1.1.8",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2019-12-21 08:55:36 +01:00
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
2019-12-21 08:55:36 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-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"
],
2019-12-21 08:55:36 +01:00
"time": "2019-10-14T12:27:06+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/translation",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "46e462be71935ae15eab531e4d491d801857f24c"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/46e462be71935ae15eab531e4d491d801857f24c",
"reference": "46e462be71935ae15eab531e4d491d801857f24c",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
2019-12-21 08:55:36 +01:00
"symfony/translation-contracts": "^1.1.6"
2019-08-08 17:29:59 +02:00
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"symfony/translation-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/service-contracts": "^1.1.2",
"symfony/var-dumper": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"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 Translation Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/translation-contracts",
2019-12-21 08:55:36 +01:00
"version": "v1.1.7",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2019-12-21 08:55:36 +01:00
"reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
2019-12-21 08:55:36 +01:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
"reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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 translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2019-12-21 08:55:36 +01:00
"time": "2019-09-17T11:12:18+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/twig-bridge",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
"reference": "9574613b74ed066f775eaf94bb15476ef58609de"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/9574613b74ed066f775eaf94bb15476ef58609de",
"reference": "9574613b74ed066f775eaf94bb15476ef58609de",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/translation-contracts": "^1.1",
"twig/twig": "^1.41|^2.10"
},
"conflict": {
"symfony/console": "<3.4",
2019-12-21 08:55:36 +01:00
"symfony/form": "<4.3.5",
2019-08-08 17:29:59 +02:00
"symfony/http-foundation": "<4.3",
"symfony/translation": "<4.2",
"symfony/workflow": "<4.3"
},
"require-dev": {
2019-12-21 08:55:36 +01:00
"egulias/email-validator": "^2.1.10",
"fig/link-util": "^1.0",
2019-08-08 17:29:59 +02:00
"symfony/asset": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
2019-12-21 08:55:36 +01:00
"symfony/form": "^4.3.5",
2019-08-08 17:29:59 +02:00
"symfony/http-foundation": "~4.3",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/mime": "~4.3",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/routing": "~3.4|~4.0",
"symfony/security-acl": "~2.8|~3.0",
2019-12-21 08:55:36 +01:00
"symfony/security-core": "~3.0|~4.0",
2019-08-08 17:29:59 +02:00
"symfony/security-csrf": "~3.4|~4.0",
"symfony/security-http": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/translation": "^4.2.1",
"symfony/var-dumper": "~3.4|~4.0",
"symfony/web-link": "~3.4|~4.0",
"symfony/workflow": "~4.3",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"symfony/asset": "For using the AssetExtension",
"symfony/expression-language": "For using the ExpressionExtension",
"symfony/finder": "",
"symfony/form": "For using the FormExtension",
"symfony/http-kernel": "For using the HttpKernelExtension",
"symfony/routing": "For using the RoutingExtension",
"symfony/security-core": "For using the SecurityExtension",
"symfony/security-csrf": "For using the CsrfExtension",
"symfony/security-http": "For using the LogoutUrlExtension",
"symfony/stopwatch": "For using the StopwatchExtension",
"symfony/templating": "For using the TwigEngine",
"symfony/translation": "For using the TranslationExtension",
"symfony/var-dumper": "For using the DumpExtension",
"symfony/web-link": "For using the WebLinkExtension",
"symfony/yaml": "For using the YamlExtension"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Twig\\": ""
},
"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 Twig Bridge",
"homepage": "https://symfony.com",
"time": "2020-01-08T17:19:22+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/twig-bundle",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bundle.git",
"reference": "0471344717bfb081f10209ad6b8fd520ca8ebd9d"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/0471344717bfb081f10209ad6b8fd520ca8ebd9d",
"reference": "0471344717bfb081f10209ad6b8fd520ca8ebd9d",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/config": "~4.2",
"symfony/debug": "~4.0",
"symfony/http-foundation": "~4.3",
"symfony/http-kernel": "~4.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/twig-bridge": "^4.3",
"twig/twig": "~1.41|~2.10"
},
"conflict": {
"symfony/dependency-injection": "<4.1",
"symfony/framework-bundle": "<4.3",
"symfony/translation": "<4.2"
},
"require-dev": {
2019-12-21 08:55:36 +01:00
"doctrine/annotations": "~1.7",
2019-08-08 17:29:59 +02:00
"doctrine/cache": "~1.0",
"symfony/asset": "~3.4|~4.0",
"symfony/dependency-injection": "^4.2.5",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/form": "~3.4|~4.0",
"symfony/framework-bundle": "~4.3",
"symfony/routing": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/translation": "^4.2",
"symfony/web-link": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\TwigBundle\\": ""
},
"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 TwigBundle",
"homepage": "https://symfony.com",
"time": "2020-01-04T12:24:57+00:00"
2019-12-21 08:55:36 +01:00
},
{
"name": "symfony/validator",
"version": "v4.3.11",
2019-12-21 08:55:36 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "0d2dcf4ae26db5b6781f40fcab9785f427ee7fa4"
2019-12-21 08:55:36 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/0d2dcf4ae26db5b6781f40fcab9785f427ee7fa4",
"reference": "0d2dcf4ae26db5b6781f40fcab9785f427ee7fa4",
2019-12-21 08:55:36 +01:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1"
},
"conflict": {
"doctrine/lexer": "<1.0.2",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<3.4",
"symfony/intl": "<4.3",
"symfony/translation": "<4.2",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "~1.7",
"doctrine/cache": "~1.0",
"egulias/email-validator": "^2.1.10",
"symfony/cache": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-client": "^4.3",
"symfony/http-foundation": "~4.1",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/intl": "^4.3",
"symfony/property-access": "~3.4|~4.0",
"symfony/property-info": "~3.4|~4.0",
"symfony/translation": "~4.2",
"symfony/var-dumper": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader and metadata cache.",
"egulias/email-validator": "Strict (RFC compliant) email validation",
"psr/cache-implementation": "For using the metadata cache.",
"symfony/config": "",
"symfony/expression-language": "For using the Expression validator",
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For accessing properties within comparison constraints",
"symfony/property-info": "To automatically add NotNull and Type constraints",
"symfony/translation": "For translating validation errors.",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Validator\\": ""
},
"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 Validator Component",
"homepage": "https://symfony.com",
"time": "2020-01-31T09:10:37+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/var-exporter",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "563f728784ea09c8154ea57cf8192ae5d6f0d277"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/563f728784ea09c8154ea57cf8192ae5d6f0d277",
"reference": "563f728784ea09c8154ea57cf8192ae5d6f0d277",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"symfony/var-dumper": "^4.1.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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"
],
"time": "2020-01-01T11:51:43+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/yaml",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "8e0a95493b734ca8195acf3e1f3d89e88b957db5"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/8e0a95493b734ca8195acf3e1f3d89e88b957db5",
"reference": "8e0a95493b734ca8195acf3e1f3d89e88b957db5",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-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",
"time": "2020-01-21T11:09:03+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "twig/extensions",
"version": "v1.5.4",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig-extensions.git",
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
"shasum": ""
},
"require": {
"twig/twig": "^1.27|^2.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4",
"symfony/translation": "^2.7|^3.4"
},
"suggest": {
"symfony/translation": "Allow the time_diff output to be translated"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": {
"psr-0": {
"Twig_Extensions_": "lib/"
},
"psr-4": {
"Twig\\Extensions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Common additional features for Twig that do not directly belong in core",
"keywords": [
"i18n",
"text"
],
"time": "2018-12-05T18:34:18+00:00"
},
2019-08-08 17:29:59 +02:00
{
"name": "twig/twig",
"version": "v2.12.5",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
"reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.0"
2019-08-08 17:29:59 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-21 08:55:36 +01:00
"dev-master": "2.12-dev"
2019-08-08 17:29:59 +02:00
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
2019-12-21 08:55:36 +01:00
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
2019-08-08 17:29:59 +02:00
},
{
2019-12-21 08:55:36 +01:00
"name": "Twig Team",
"role": "Contributors"
2019-08-08 17:29:59 +02:00
},
{
2019-12-21 08:55:36 +01:00
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2019-08-08 17:29:59 +02:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"time": "2020-02-11T15:31:23+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "willdurand/jsonp-callback-validator",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/willdurand/JsonpCallbackValidator.git",
"reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
"reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"type": "library",
"autoload": {
"psr-0": {
"JsonpCallbackValidator": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "William Durand",
"email": "william.durand1@gmail.com",
"homepage": "http://www.willdurand.fr"
}
],
"description": "JSONP callback validator.",
"time": "2014-01-20T22:35:06+00:00"
}
],
"packages-dev": [
{
"name": "symfony/process",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "61ab103012c3072fb340447a34598714ba74ba6f"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/61ab103012c3072fb340447a34598714ba74ba6f",
"reference": "61ab103012c3072fb340447a34598714ba74ba6f",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"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 Process Component",
"homepage": "https://symfony.com",
"time": "2020-01-09T09:39:05+00:00"
2019-08-08 17:29:59 +02:00
},
{
"name": "symfony/web-server-bundle",
"version": "v4.3.11",
2019-08-08 17:29:59 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/web-server-bundle.git",
"reference": "2338445b78f1fb212a96f4286abdc77ee1e92607"
2019-08-08 17:29:59 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/2338445b78f1fb212a96f4286abdc77ee1e92607",
"reference": "2338445b78f1fb212a96f4286abdc77ee1e92607",
2019-08-08 17:29:59 +02:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/process": "^3.4.2|^4.0.2"
},
"suggest": {
"symfony/expression-language": "For using the filter option of the log server.",
"symfony/monolog-bridge": "For using the log server."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bundle\\WebServerBundle\\": ""
},
"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 WebServerBundle",
"homepage": "https://symfony.com",
"time": "2020-01-04T12:24:57+00:00"
2019-08-08 17:29:59 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
2019-08-08 17:29:59 +02:00
}