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.
93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"ext-ctype": "*",
|
|
"ext-iconv": "*",
|
|
"ext-intl": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcntl": "*",
|
|
"ext-posix": "*",
|
|
"doctrine/doctrine-bundle": "^2.7",
|
|
"doctrine/doctrine-migrations-bundle": "^3.2",
|
|
"doctrine/orm": "^2.13",
|
|
"guzzlehttp/guzzle": "^7.5",
|
|
"phpseclib/phpseclib": "^3.0",
|
|
"scienta/doctrine-json-functions": "^5.2",
|
|
"symfony/console": "^6.2",
|
|
"symfony/crowdin-translation-provider": "^6.2",
|
|
"symfony/dotenv": "^6.2",
|
|
"symfony/flex": "^2.2",
|
|
"symfony/framework-bundle": "^6.2",
|
|
"symfony/mailer": "^6.2",
|
|
"symfony/proxy-manager-bridge": "^6.2",
|
|
"symfony/runtime": "^6.2",
|
|
"symfony/security-bundle": "^6.2",
|
|
"symfony/translation": "^6.2",
|
|
"symfony/twig-bundle": "^6.2",
|
|
"symfony/webpack-encore-bundle": "^v1.16",
|
|
"symfony/yaml": "^6.2"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true,
|
|
"symfony/flex": true,
|
|
"symfony/runtime": true
|
|
},
|
|
"optimize-autoloader": true,
|
|
"preferred-install": {
|
|
"*": "dist"
|
|
},
|
|
"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": "*"
|
|
},
|
|
"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": true,
|
|
"require": "^6.1"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"symfony/debug-bundle": "^6.2",
|
|
"symfony/maker-bundle": "^v1.48.0",
|
|
"symfony/monolog-bundle": "^3.8",
|
|
"symfony/stopwatch": "^6.2",
|
|
"symfony/web-profiler-bundle": "^6.2"
|
|
}
|
|
}
|