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

35 lines
822 B
JSON
Raw Normal View History

2011-09-24 18:13:35 +01:00
{
"name": "symfony/translation",
"type": "library",
"description": "Symfony Translation Component",
"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"
},
"suggest": {
2011-11-23 16:46:50 +00:00
"symfony/config": "self.version",
"symfony/yaml": "self.version"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Translation": "" }
},
2012-02-25 02:26:20 +00:00
"target-dir": "Symfony/Component/Translation",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
2011-09-24 18:13:35 +01:00
}