{ "name": "marijndoeve/tijdvoordetest", "type": "project", "license": "MIT", "description": "A minimal Symfony project recommended to create bare bones applications", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.3.15", "ext-ctype": "*", "ext-iconv": "*", "doctrine/dbal": "^4.2.3", "doctrine/doctrine-bundle": "^2.14.0", "doctrine/doctrine-migrations-bundle": "^3.4.1", "doctrine/orm": "^3.3.2", "easycorp/easyadmin-bundle": "^4.24.6", "runtime/frankenphp-symfony": "^0.2.0", "symfony/asset": "7.2.*", "symfony/console": "7.2.*", "symfony/dotenv": "7.2.*", "symfony/flex": "^2.5.0", "symfony/form": "7.2.*", "symfony/framework-bundle": "7.2.*", "symfony/mailer": "7.2.*", "symfony/runtime": "7.2.*", "symfony/security-bundle": "7.2.*", "symfony/twig-bundle": "7.2.*", "symfony/uid": "7.2.*", "symfony/yaml": "7.2.*", "symfonycasts/verify-email-bundle": "^1.17", "thecodingmachine/safe": "^3.1.0" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "^4.1", "friendsofphp/php-cs-fixer": "^3.75.0", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.12", "phpstan/phpstan-doctrine": "^2.0.2", "phpstan/phpstan-phpunit": "^2.0.6", "phpstan/phpstan-symfony": "^2.0.4", "phpunit/phpunit": "^12.1.2", "rector/rector": "^2.0.11", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "7.2.*", "symfony/maker-bundle": "^1.62.1", "symfony/stopwatch": "7.2.*", "symfony/web-profiler-bundle": "7.2.*", "thecodingmachine/phpstan-safe-rule": "^1.4", "vincentlanglet/twig-cs-fixer": "^3.5.1" }, "config": { "allow-plugins": { "php-http/discovery": true, "phpstan/extension-installer": true, "symfony/flex": true, "symfony/runtime": true }, "bump-after-update": 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": "*", "symfony/polyfill-php82": "*" }, "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.2.*", "docker": true } } }