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

38 lines
1.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": "http://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.2",
2011-11-23 16:46:50 +00:00
"symfony/event-dispatcher": "self.version",
"symfony/http-kernel": "self.version",
"symfony/filesystem": "self.version",
2011-11-23 16:46:50 +00:00
"symfony/routing": "self.version",
"symfony/templating": "self.version",
"symfony/translator": "self.version",
2011-11-25 15:11:08 +00:00
"doctrine/common": ">=2.1,<2.3-dev"
},
"recommend": {
2011-11-23 16:46:50 +00:00
"symfony/console": "self.version",
"symfony/form": "self.version",
"symfony/validator": "self.version"
},
"autoload": {
"psr-0": { "Symfony\\Bundle\\FrameworkBundle": "" }
},
"target-dir": "Symfony/Bundle/FrameworkBundle"
2011-09-24 18:13:35 +01:00
}