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

42 lines
939 B
JSON
Raw Normal View History

{
"name": "symfony/inflector",
"type": "library",
"description": "Symfony Inflector Component",
"keywords": [
"string",
"inflection",
"singularize",
"pluralize",
"words",
"symfony"
],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Inflector\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2017-05-17 17:21:40 +01:00
"dev-master": "3.4-dev"
}
}
}