46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "symfony/intl",
|
|
"type": "library",
|
|
"description": "Provides access to the localization data of the ICU library",
|
|
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
},
|
|
{
|
|
"name": "Eriksen Costa",
|
|
"email": "eriksen.costa@infranology.com.br"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/filesystem": "^6.4|^7.0",
|
|
"symfony/var-exporter": "^6.4|^7.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/string": "<7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\Intl\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/",
|
|
"/Resources/data/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|