79 lines
1.7 KiB
JSON
Executable File
79 lines
1.7 KiB
JSON
Executable File
{
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*",
|
|
"composer/package-versions-deprecated": "1.11.99.5",
|
|
"doctrine/annotations": "^2.0",
|
|
"doctrine/doctrine-bundle": "^2.8",
|
|
"doctrine/doctrine-migrations-bundle": "^3.2",
|
|
"doctrine/orm": "^2.14",
|
|
"easycorp/easyadmin-bundle": "^4.9",
|
|
"guzzlehttp/guzzle": "^7.9",
|
|
"symfony/console": "6.2.*",
|
|
"symfony/dotenv": "6.2.*",
|
|
"symfony/flex": "^2",
|
|
"symfony/framework-bundle": "6.2.*",
|
|
"symfony/runtime": "6.2.*",
|
|
"symfony/serializer": "6.2.*",
|
|
"symfony/ux-chartjs": "*",
|
|
"symfony/yaml": "6.2.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/maker-bundle": "^1.50",
|
|
"symfony/twig-bundle": "6.2.*"
|
|
},
|
|
"config": {
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"symfony/flex": true,
|
|
"symfony/runtime": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"App\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"replace": {
|
|
"paragonie/random_compat": "2.*",
|
|
"symfony/polyfill-ctype": "*",
|
|
"symfony/polyfill-iconv": "*",
|
|
"symfony/polyfill-php72": "*",
|
|
"symfony/polyfill-php71": "*",
|
|
"symfony/polyfill-php70": "*",
|
|
"symfony/polyfill-php56": "*"
|
|
},
|
|
"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": "6.2.*"
|
|
}
|
|
}
|
|
}
|