{ "name": "symfony/framework-standard-edition", "license": "MIT", "type": "project", "description": "The \"Symfony Standard Edition\" distribution", "autoload": { "psr-4": { "Sikofitt\\": "src/Sikofitt/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" }, "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ] }, "require": { "php": ">=7.1", "bramus/monolog-colored-line-formatter": "^2.0", "doctrine/doctrine-bundle": "^1.6", "doctrine/doctrine-cache-bundle": "^1.3", "doctrine/orm": "^2.5", "egulias/email-validator": "^2.1", "friendsofsymfony/user-bundle": "^2.0", "google/recaptcha": "^1.1", "hwi/oauth-bundle": "^0.5.3", "incenteev/composer-parameter-handler": "^2.0", "ircmaxell/random-lib": "^1.2", "ircmaxell/security-lib": "^1.1", "j-ben87/parsley-bundle": "^1.4", "javiereguiluz/easyadmin-bundle": "^1.16", "lexik/translation-bundle": "^4.0", "lightsaml/sp-bundle": "^1.1", "moontoast/math": "^1.1", "paragonie/cookie": "^3.1", "paragonie/csp-builder": "^2.0", "paragonie/sodium_compat": "^0.6.0", "predis/predis": "^1.1", "psr/http-message": "^1.0", "ramsey/uuid": "^3.5", "ramsey/uuid-doctrine": "^1.2", "ravenberg/uikit-bundle": "^1.0", "sensio/distribution-bundle": "^5.0", "sensio/framework-extra-bundle": "^3.0.2", "snc/redis-bundle": "^2.0", "symfony/monolog-bundle": "^3.0.2", "symfony/polyfill-apcu": "^1.0", "symfony/security": "^3.2", "symfony/security-csrf": "^3.2", "symfony/security-guard": "^3.2", "symfony/security-http": "^3.2", "symfony/swiftmailer-bundle": "^2.3.10", "symfony/symfony": "3.2.*", "tedivm/stash": "^0.14.1", "tedivm/stash-bundle": "^0.6.2", "twig/extensions": "^1.4", "twig/twig": "^1.0||^2.0" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "^2.3", "friendsofphp/php-cs-fixer": "^2.1", "fzaninotto/faker": "^1.6", "sensio/generator-bundle": "^3.0", "symfony/debug-bundle": "^3.2", "symfony/phpunit-bridge": "^3.0", "symfony/var-dumper": "^3.2" }, "scripts": { "symfony-scripts": [ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" ], "post-install-cmd": [ "@symfony-scripts" ], "post-update-cmd": [ "@symfony-scripts" ] }, "config": { "platform": { "php": "7.1.3" }, "sort-packages": true }, "extra": { "symfony-app-dir": "app", "symfony-bin-dir": "bin", "symfony-var-dir": "var", "symfony-web-dir": "web", "symfony-tests-dir": "tests", "symfony-assets-install": "relative", "incenteev-parameters": { "file": "app/config/parameters.yml" }, "branch-alias": { "dev-master": "3.2-dev" } } }