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/WebServerBundle/composer.json

40 lines
990 B
JSON
Raw Normal View History

2016-12-23 21:11:40 +00:00
{
"name": "symfony/web-server-bundle",
"type": "symfony-bundle",
2016-12-23 21:11:40 +00:00
"description": "Symfony WebServerBundle",
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": ">=5.5.9",
"symfony/console": "~2.8.8|~3.0.8|~3.1.2|~3.2",
2017-05-12 11:42:32 +01:00
"symfony/http-kernel": "~2.8|~3.0",
2016-12-23 21:11:40 +00:00
"symfony/process": "~2.8|~3.0"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\WebServerBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
2017-05-12 11:42:32 +01:00
"conflict": {
"symfony/dependency-injection": "<3.3"
},
2016-12-23 21:11:40 +00:00
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2017-05-17 17:21:40 +01:00
"dev-master": "3.4-dev"
2016-12-23 21:11:40 +00:00
}
}
}