{ "name": "cnaf/symfony-skeleton", "type": "project", "license": "MIT", "description": "A minimal Symfony project recommended to create bare bones applications", "minimum-stability": "stable", "prefer-stable": true, "repositories": [ { "packagist": false }, { "type": "composer", "url": "http://nexus.intra.cnaf/repository/composer-proxy/" }, { "type": "composer", "url": "http://nexus.intra.cnaf/repository/composer-snapshots/" }, { "type": "composer", "url": "http://nexus.intra.cnaf/repository/composer-releases/" } ], "require": { "php": ">=7.3.11", "ext-ctype": "*", "ext-iconv": "*", "symfony/flex": "^2" }, "flex-require": { "symfony/console": "*", "symfony/dotenv": "*", "symfony/framework-bundle": "*", "symfony/runtime": "*", "symfony/yaml": "*" }, "require-dev": { }, "config": { "secure-http": false, "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": [ ], "post-install-cmd": [ "@auto-scripts" ], "post-update-cmd": [ "@auto-scripts" ] }, "conflict": { "symfony/symfony": "*" }, "extra": { "symfony": { "allow-contrib": true, "require": "5.4.*", "endpoint": [ "http://git.intra.cnaf/cnaf/flex/recipes/-/raw/flex/main-test/index.json", "http://git.intra.cnaf/cnaf/flex/recipes-contrib/-/raw/flex/main-test/index.json", "http://git.intra.cnaf/frdro901/flexrecipes/-/raw/master/index.json" ] } } }