Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name" : "symfony/framework-standard-edition",
- "description" : "Velrez Application",
- "type" : "project",
- "license" : [
- "MIT"
- ],
- "require" : {
- "sonata-project/admin-bundle" : "dev-master",
- "doctrine/doctrine-fixtures-bundle" : "dev-master",
- "symfony/swiftmailer-bundle" : "2.3.*",
- "friendsofsymfony/user-bundle" : "2.0.*@dev",
- "sonata-project/cache-bundle" : "dev-master",
- "doctrine/orm" : ">=2.2.3,<2.4-dev",
- "doctrine/data-fixtures" : "dev-master",
- "knplabs/knp-menu-bundle" : "1.1.*",
- "twig/extensions" : "1.0.*",
- "php" : ">=5.3.3",
- "sonata-project/jquery-bundle" : "1.8.*",
- "symfony/monolog-bundle" : "2.3.*",
- "sensio/distribution-bundle" : "2.3.*",
- "symfony/symfony" : "2.3.*",
- "sonata-project/doctrine-orm-admin-bundle" : "dev-master",
- "adesigns/calendar-bundle" : "dev-master",
- "symfony/assetic-bundle" : "2.3.*",
- "incenteev/composer-parameter-handler" : "~2.0",
- "sonata-project/exporter" : "1.1.0",
- "sonata-project/intl-bundle" : "2.2.*@dev",
- "friendsofsymfony/jsrouting-bundle" : "~1.1",
- "sensio/generator-bundle" : "2.3.*",
- "sensio/framework-extra-bundle" : "2.3.*",
- "sonata-project/block-bundle" : "dev-master",
- "doctrine/doctrine-bundle" : "1.2.*"
- },
- "autoload" : {
- "psr-0" : {
- "" : "src/"
- }
- },
- "minimum-stability" : "stable",
- "config" : {
- "bin-dir" : "bin"
- },
- "scripts" : {
- "post-update-cmd" : [
- "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"
- ],
- "post-install-cmd" : [
- "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"
- ]
- },
- "extra" : {
- "branch-alias" : {
- "dev-master" : "2.3-dev"
- },
- "symfony-web-dir" : "web",
- "symfony-app-dir" : "app",
- "incenteev-parameters" : {
- "file" : "app/config/parameters.yml"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement