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

41 lines
957 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.3"
2011-09-24 18:13:35 +01:00
},
"require-dev": {
"symfony/config": "~2.0",
"symfony/intl": "~2.3",
"symfony/yaml": "~2.2"
},
2011-09-24 18:13:35 +01:00
"suggest": {
"symfony/config": "",
"symfony/yaml": ""
},
"autoload": {
"psr-0": { "Symfony\\Component\\Translation\\": "" }
},
2012-02-25 02:26:20 +00:00
"target-dir": "Symfony/Component/Translation",
"minimum-stability": "dev",
2012-02-25 02:26:20 +00:00
"extra": {
"branch-alias": {
2014-05-23 15:36:49 +01:00
"dev-master": "2.6-dev"
2012-02-25 02:26:20 +00:00
}
}
2011-09-24 18:13:35 +01:00
}