{ "name": "simon/test", "license": "proprietary", "type": "project", "autoload": { "psr-4": { "": "src/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "require": { "php": ">=5.3.9", "symfony/symfony": "2.7.*", "symfony/monolog-bundle": "~2.4", "symfony/assetic-bundle": "~2", "twig/extensions": "^1.3", "doctrine/orm": "^2.4.8", "doctrine/doctrine-bundle": "~1.4", "doctrine/doctrine-fixtures-bundle": "2.2.*", "doctrine/dbal": "~2.5", "sensio/distribution-bundle": "~5.0", "sensio/framework-extra-bundle": "2.3.*", "incenteev/composer-parameter-handler": "~2.0", "propel/propel-bundle": "1.2.*" }, "require-dev": { "sensio/generator-bundle": "~3.0", "symfony/phpunit-bridge": "~2.7" }, "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": { "bin-dir": "bin" }, "extra": { "symfony-app-dir": "app", "symfony-web-dir": "web", "symfony-assets-install": "relative", "incenteev-parameters": { "file": "app/config/parameters.yml" } } }