You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhishifufei_php/vendor/symfony/translation/composer.json

57 lines
1.6 KiB

10 months ago
{
"name": "symfony/translation",
"type": "library",
8 months ago
"description": "Provides tools to internationalize your application",
10 months ago
"keywords": [],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
8 months ago
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^1.1.6|^2"
10 months ago
},
"require-dev": {
8 months ago
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"psr/log": "^1|^2|^3"
10 months ago
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
8 months ago
"symfony/http-kernel": "<4.4",
10 months ago
"symfony/yaml": "<3.4"
},
"provide": {
8 months ago
"symfony/translation-implementation": "1.0|2.0"
10 months ago
},
"suggest": {
"symfony/config": "",
"symfony/yaml": "",
"psr/log-implementation": "To use logging capability in translator"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Translation\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
8 months ago
"minimum-stability": "dev"
10 months ago
}