This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle/composer.json

118 lines
4.1 KiB
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"name": "symfony/framework-bundle",
"type": "symfony-bundle",
"description": "Symfony FrameworkBundle",
"keywords": [],
"homepage": "https://symfony.com",
2011-09-24 18:13:35 +01:00
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2011-09-24 18:13:35 +01:00
}
],
"require": {
2019-11-18 17:27:11 +00:00
"php": "^7.2.5",
"ext-xml": "*",
2019-05-28 18:17:01 +01:00
"symfony/cache": "^4.4|^5.0",
2019-06-29 20:19:50 +01:00
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.1",
"symfony/event-dispatcher": "^5.1",
"symfony/error-handler": "^4.4.1|^5.0.1",
2019-05-28 18:17:01 +01:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^5.0",
2015-10-14 15:40:43 +01:00
"symfony/polyfill-mbstring": "~1.0",
2020-03-03 19:07:47 +00:00
"symfony/polyfill-php80": "^1.15",
2019-05-28 18:17:01 +01:00
"symfony/filesystem": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/routing": "^5.1"
},
"require-dev": {
"doctrine/annotations": "~1.7",
"doctrine/cache": "~1.0",
"symfony/asset": "^5.1",
2019-05-28 18:17:01 +01:00
"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": "^5.1",
2015-10-14 15:40:43 +01:00
"symfony/polyfill-intl-icu": "~1.0",
2019-05-28 18:17:01 +01:00
"symfony/form": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
2019-07-18 11:43:22 +01:00
"symfony/lock": "^4.4|^5.0",
2019-05-28 18:17:01 +01:00
"symfony/mailer": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/security-bundle": "^5.1",
2019-05-28 18:17:01 +01:00
"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",
"symfony/translation": "^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
2019-05-28 18:17:01 +01:00
"symfony/validator": "^4.4|^5.0",
"symfony/workflow": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"symfony/property-info": "^4.4|^5.0",
"symfony/web-link": "^4.4|^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0",
2019-10-22 09:22:13 +01:00
"paragonie/sodium_compat": "^1.8",
"twig/twig": "^2.10|^3.0"
},
"conflict": {
2019-12-12 14:22:57 +00:00
"doctrine/persistence": "<1.3",
2016-07-20 06:55:49 +01:00
"phpdocumentor/reflection-docblock": "<3.0",
"phpdocumentor/type-resolver": "<0.2.1",
2019-05-29 08:31:53 +01:00
"phpunit/phpunit": "<5.4.3",
"symfony/asset": "<5.1",
2019-05-29 08:31:53 +01:00
"symfony/browser-kit": "<4.4",
"symfony/console": "<4.4",
"symfony/dotenv": "<5.1",
2019-05-29 08:31:53 +01:00
"symfony/dom-crawler": "<4.4",
"symfony/http-client": "<4.4",
2019-05-29 08:31:53 +01:00
"symfony/form": "<4.4",
2019-07-12 08:14:40 +01:00
"symfony/lock": "<4.4",
2019-08-04 04:52:49 +01:00
"symfony/mailer": "<4.4",
2019-05-29 08:31:53 +01:00
"symfony/messenger": "<4.4",
2019-08-05 17:48:19 +01:00
"symfony/mime": "<4.4",
2019-05-29 09:53:30 +01:00
"symfony/property-info": "<4.4",
"symfony/serializer": "<4.4",
"symfony/stopwatch": "<4.4",
"symfony/translation": "<5.0",
2019-05-29 09:53:30 +01:00
"symfony/twig-bridge": "<4.4",
"symfony/twig-bundle": "<4.4",
2019-05-29 09:53:30 +01:00
"symfony/validator": "<4.4",
"symfony/web-profiler-bundle": "<4.4",
2019-05-29 08:31:53 +01:00
"symfony/workflow": "<4.4"
},
"suggest": {
"ext-apcu": "For best performance of the system caches",
2013-10-31 18:07:47 +00:00
"symfony/console": "For using the console commands",
"symfony/form": "For using forms",
"symfony/serializer": "For using the serializer service",
2013-10-31 18:07:47 +00:00
"symfony/validator": "For using validation",
2015-09-28 12:22:50 +01:00
"symfony/yaml": "For using the debug:config and lint:yaml commands",
"symfony/property-info": "For using the property_info service",
2017-04-04 12:58:36 +01:00
"symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
2012-02-25 02:26:20 +00:00
"extra": {
"branch-alias": {
2019-11-17 18:31:35 +00:00
"dev-master": "5.1-dev"
2012-02-25 02:26:20 +00:00
}
}
2011-09-24 18:13:35 +01:00
}