mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Add Symfony Form Component - Add Symfony CSRF security component - Add iTop default form template - Add Twig debug extension to Twig Environment - Add iTop abstract controller facility to get form builder - Add Twig filter to make trans an alias of dict_s filter
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "symfony/property-info",
|
|
"type": "library",
|
|
"description": "Extracts information about PHP class' properties using metadata of popular sources",
|
|
"keywords": [
|
|
"property",
|
|
"type",
|
|
"phpdoc",
|
|
"symfony",
|
|
"validator",
|
|
"doctrine"
|
|
],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Kévin Dunglas",
|
|
"email": "dunglas@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"symfony/string": "^5.4|^6.0|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.12|^2",
|
|
"symfony/serializer": "^5.4|^6.4|^7.0",
|
|
"symfony/cache": "^5.4|^6.0|^7.0",
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
"phpdocumentor/reflection-docblock": "^5.2",
|
|
"phpstan/phpdoc-parser": "^1.0|^2.0"
|
|
},
|
|
"conflict": {
|
|
"doctrine/annotations": "<1.12",
|
|
"phpdocumentor/reflection-docblock": "<5.2",
|
|
"phpdocumentor/type-resolver": "<1.5.1",
|
|
"symfony/dependency-injection": "<5.4|>=6.0,<6.4",
|
|
"symfony/cache": "<5.4",
|
|
"symfony/serializer": "<5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Symfony\\Component\\PropertyInfo\\": "" },
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|