mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 14:27:14 +01:00
84f68c601f
daa44253f9
[DowngradePhp74][DowngradePhp80] Apply ternary with method_exists on DowngradeReflectionGetTypeRector + DowngradeReflectionGetAttributesRector (#1530)
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "symfony\/translation-contracts",
|
|
"type": "library",
|
|
"description": "Generic abstractions related to translation",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"homepage": "https:\/\/symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https:\/\/symfony.com\/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2.5"
|
|
},
|
|
"suggest": {
|
|
"symfony\/translation-implementation": ""
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20211220\\Symfony\\Contracts\\Translation\\": ""
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony\/contracts",
|
|
"url": "https:\/\/github.com\/symfony\/contracts"
|
|
}
|
|
}
|
|
} |