88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
|
{
|
||
|
"type": "project",
|
||
|
"license": "proprietary",
|
||
|
"minimum-stability": "stable",
|
||
|
"prefer-stable": true,
|
||
|
"require": {
|
||
|
"php": ">=8.2",
|
||
|
"ext-ctype": "*",
|
||
|
"ext-iconv": "*",
|
||
|
"jms/serializer-bundle": "*",
|
||
|
"nelmio/api-doc-bundle": "^4.36",
|
||
|
"nubium/this-should-never-happen-exception": "*",
|
||
|
"symfony/asset": "7.2.*",
|
||
|
"symfony/console": "7.2.*",
|
||
|
"symfony/dotenv": "7.2.*",
|
||
|
"symfony/flex": "^2",
|
||
|
"symfony/framework-bundle": "7.2.*",
|
||
|
"symfony/http-client": "7.2.*",
|
||
|
"symfony/runtime": "7.2.*",
|
||
|
"symfony/twig-bundle": "7.2.*",
|
||
|
"symfony/validator": "7.2.*",
|
||
|
"symfony/yaml": "7.2.*",
|
||
|
"twig/extra-bundle": "^2.12|^3.0",
|
||
|
"twig/twig": "^2.12|^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "^1.6",
|
||
|
"phpstan/phpstan": "^2.1",
|
||
|
"phpunit/phpunit": "^11.5",
|
||
|
"slevomat/coding-standard": "^8.15",
|
||
|
"squizlabs/php_codesniffer": "^3.11",
|
||
|
"symfony/browser-kit": "7.2.*",
|
||
|
"symfony/css-selector": "7.2.*",
|
||
|
"symfony/phpunit-bridge": "^7.2"
|
||
|
},
|
||
|
"config": {
|
||
|
"allow-plugins": {
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
||
|
"php-http/discovery": true,
|
||
|
"symfony/flex": true,
|
||
|
"symfony/runtime": true
|
||
|
},
|
||
|
"bump-after-update": true,
|
||
|
"sort-packages": true
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"App\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"App\\Tests\\": "tests/"
|
||
|
}
|
||
|
},
|
||
|
"replace": {
|
||
|
"symfony/polyfill-ctype": "*",
|
||
|
"symfony/polyfill-iconv": "*",
|
||
|
"symfony/polyfill-php72": "*",
|
||
|
"symfony/polyfill-php73": "*",
|
||
|
"symfony/polyfill-php74": "*",
|
||
|
"symfony/polyfill-php80": "*",
|
||
|
"symfony/polyfill-php81": "*",
|
||
|
"symfony/polyfill-php82": "*"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"auto-scripts": {
|
||
|
"cache:clear": "symfony-cmd",
|
||
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||
|
},
|
||
|
"post-install-cmd": [
|
||
|
"@auto-scripts"
|
||
|
],
|
||
|
"post-update-cmd": [
|
||
|
"@auto-scripts"
|
||
|
]
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/symfony": "*"
|
||
|
},
|
||
|
"extra": {
|
||
|
"symfony": {
|
||
|
"allow-contrib": false,
|
||
|
"require": "7.2.*"
|
||
|
}
|
||
|
}
|
||
|
}
|