Daniel@0: { Daniel@0: "name": "symfony/framework-standard-edition", Daniel@0: "license": "MIT", Daniel@0: "type": "project", Daniel@0: "description": "The \"Symfony Standard Edition\" distribution", Daniel@0: "autoload": { Daniel@0: "psr-0": { Daniel@0: "": "src/", Daniel@0: "SymfonyStandard": "app/" Daniel@0: } Daniel@0: }, Daniel@0: "require": { Daniel@0: "php": ">=5.3.3", Daniel@0: "symfony/symfony": "2.5.*", Daniel@0: "doctrine/orm": "~2.2,>=2.2.3", Daniel@0: "doctrine/doctrine-bundle": "~1.2", Daniel@0: "twig/extensions": "~1.0", Daniel@0: "symfony/assetic-bundle": "~2.3", Daniel@0: "symfony/monolog-bundle": "~2.4", Daniel@0: "sensio/distribution-bundle": "~3.0", Daniel@0: "sensio/framework-extra-bundle": "~3.0", Daniel@0: "incenteev/composer-parameter-handler": "~2.0", Daniel@0: "kachkaev/counters-bundle": "dev-master", Daniel@0: "kachkaev/assets-version-bundle": "~1.0", Daniel@0: "kriswallsmith/assetic": "v1.2.1" Daniel@0: }, Daniel@0: "require-dev": { Daniel@0: "sensio/generator-bundle": "~2.3" Daniel@0: }, Daniel@0: "scripts": { Daniel@0: "post-install-cmd": [ Daniel@0: "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles" Daniel@0: ], Daniel@0: "post-update-cmd": [ Daniel@0: "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", Daniel@0: "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles" Daniel@0: ] Daniel@0: }, Daniel@0: "config": { Daniel@0: "bin-dir": "bin" Daniel@0: }, Daniel@0: "extra": { Daniel@0: "symfony-app-dir": "app", Daniel@0: "symfony-web-dir": "./$/", Daniel@0: "incenteev-parameters": { Daniel@0: "file": "app/config/parameters.yml" Daniel@0: }, Daniel@0: "branch-alias": { Daniel@0: "dev-master": "2.5-dev" Daniel@0: } Daniel@0: } Daniel@0: }