You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*",
|
|
"doctrine/dbal": "^3",
|
|
"doctrine/doctrine-bundle": "^2.12",
|
|
"doctrine/doctrine-migrations-bundle": "^3.3",
|
|
"doctrine/orm": "^3.1",
|
|
"symfony/console": "6.4.*",
|
|
"symfony/dotenv": "6.4.*",
|
|
"symfony/flex": "^2",
|
|
"symfony/form": "6.4.*",
|
|
"symfony/framework-bundle": "6.4.*",
|
|
"symfony/runtime": "6.4.*",
|
|
"symfony/twig-bundle": "6.4.*",
|
|
"symfony/uid": "6.4.*",
|
|
"symfony/validator": "6.4.*",
|
|
"symfony/webpack-encore-bundle": "^2.1",
|
|
"symfony/yaml": "6.4.*",
|
|
"twig/extra-bundle": "^2.12|^3.0",
|
|
"twig/twig": "^2.12|^3.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"php-http/discovery": true,
|
|
"symfony/flex": true,
|
|
"symfony/runtime": 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": "*"
|
|
},
|
|
"scripts": {
|
|
"auto-scripts": {},
|
|
"post-install-cmd": [],
|
|
"post-update-cmd": []
|
|
},
|
|
"conflict": {
|
|
"symfony/symfony": "*"
|
|
},
|
|
"extra": {
|
|
"symfony": {
|
|
"allow-contrib": false,
|
|
"require": "6.4.*"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"symfony/maker-bundle": "^1.57"
|
|
}
|
|
}
|