{ "type": "project", "license": "proprietary", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.2", "ext-ctype": "*", "ext-dom": "*", "ext-iconv": "*", "ext-simplexml": "*", "doctrine/doctrine-bundle": "^2.11", "doctrine/doctrine-migrations-bundle": "^3.3", "doctrine/orm": "^2.17", "league/commonmark": "^2.4", "presta/sitemap-bundle": "^4.1", "symfony/apache-pack": "^1.0", "symfony/asset": "7.1.*", "symfony/console": "7.1.*", "symfony/dotenv": "7.1.*", "symfony/finder": "7.1.*", "symfony/flex": "^2", "symfony/form": "7.1.*", "symfony/framework-bundle": "7.1.*", "symfony/monolog-bundle": "^3.0", "symfony/runtime": "7.1.*", "symfony/stimulus-bundle": "^2.12", "symfony/twig-bundle": "7.1.*", "symfony/uid": "7.1.*", "symfony/validator": "7.1.*", "symfony/webpack-encore-bundle": "^2.1", "symfony/yaml": "7.1.*", "twig/extra-bundle": "^3.8", "twig/string-extra": "^3.8", "vich/uploader-bundle": "^2.3", "webmozart/assert": "^1.11" }, "config": { "allow-plugins": { "php-http/discovery": true, "symfony/flex": true, "symfony/runtime": true, "phpstan/extension-installer": true }, "sort-packages": true }, "autoload": { "psr-4": { "App\\": "backend/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tests/", "DoctrineFixtures\\": "fixtures/" } }, "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": { "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.1.*" } }, "require-dev": { "dama/doctrine-test-bundle": "^8.0", "doctrine/doctrine-fixtures-bundle": "^3.5", "friendsofphp/php-cs-fixer": "^3.35", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9.5", "symfony/browser-kit": "7.1.*", "symfony/css-selector": "7.1.*", "symfony/debug-bundle": "7.1.*", "symfony/phpunit-bridge": "^6.3", "symfony/stopwatch": "7.1.*", "symfony/web-profiler-bundle": "7.1.*", "vincentlanglet/twig-cs-fixer": "^2.4" } }