{ "type": "project", "license": "proprietary", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=7.2.5", "ext-ctype": "*", "ext-iconv": "*", "doctrine/annotations": "^1.13", "doctrine/doctrine-bundle": "^2.7", "doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/orm": "^2.13", "egulias/email-validator": "^3.2", "sensio/framework-extra-bundle": "^6.2", "symfony/asset": "^5.4", "symfony/console": "5.4.*", "symfony/dotenv": "5.4.*", "symfony/expression-language": "^5.4", "symfony/flex": "^1.17|^2", "symfony/form": "^5.4", "symfony/framework-bundle": "5.4.*", "symfony/intl": "^5.4", "symfony/maker-bundle": "^1.43", "symfony/proxy-manager-bridge": "5.4.*", "symfony/runtime": "5.4.*", "symfony/security-csrf": "^5.4", "symfony/security-http": "^5.4", "symfony/translation": "^5.4", "symfony/twig-bridge": "^5.4", "symfony/validator": "^5.4", "symfony/web-link": "^5.4", "symfony/webpack-encore-bundle": "^1.15", "symfony/yaml": "^5.4", "twig/twig": "^3.4" }, "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": "*" }, "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": "5.4.*" } }, "require-dev": { "symfony/debug-bundle": "^5.4", "symfony/stopwatch": "5.4.*", "symfony/var-dumper": "^5.4", "symfony/web-profiler-bundle": "5.4.*" } }