{ "name": "symfony/website-skeleton", "type": "project", "license": "MIT", "description": "A skeleton to start a new Symfony website", "require": { "php": "^7.4", "ext-ctype": "*", "ext-intl": "*", "ext-iconv": "*", "composer/package-versions-deprecated": "^1.10", "doctrine/doctrine-bundle": "^2.1", "doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/orm": "^2.7", "friendsofsymfony/ckeditor-bundle": "^2.2", "google/apiclient": "^2.7", "sensio/framework-extra-bundle": "^5.2", "studio-42/elfinder": "^2.1", "symfony/asset": "*", "symfony/cache": "5.2.*", "symfony/console": "*", "symfony/doctrine-messenger": "5.2.*", "symfony/dotenv": "*", "symfony/expression-language": "*", "symfony/flex": "^1.3.1", "symfony/form": "*", "symfony/framework-bundle": "*", "symfony/http-client": "*", "symfony/intl": "*", "symfony/mailer": "*", "symfony/messenger": "5.2.*", "symfony/monolog-bundle": "^3.1", "symfony/process": "*", "symfony/security-bundle": "*", "symfony/serializer-pack": "*", "symfony/string": "*", "symfony/translation": "*", "symfony/twig-pack": "*", "symfony/validator": "*", "symfony/web-link": "*", "symfony/yaml": "*", "twig/intl-extra": "^3.1", "twig/string-extra": "^3.1" }, "require-dev": { "codeception/module-asserts": "^1.3", "codeception/module-doctrine2": "^1.1", "codeception/module-phpbrowser": "^1.0", "codeception/module-symfony": "^2.0", "doctrine/doctrine-fixtures-bundle": "^3.3", "symfony/debug-pack": "*", "symfony/maker-bundle": "^1.0", "symfony/profiler-pack": "*", "symfony/test-pack": "*" }, "config": { "preferred-install": { "*": "dist" }, "sort-packages": 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": "5.2.*" } } }