diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/composer.json b/composer.json index c7830a14..8220ed45 100644 --- a/composer.json +++ b/composer.json | |||
@@ -48,7 +48,6 @@ | |||
48 | "doctrine/doctrine-bundle": "^1.6", | 48 | "doctrine/doctrine-bundle": "^1.6", |
49 | "doctrine/doctrine-cache-bundle": "^1.2", | 49 | "doctrine/doctrine-cache-bundle": "^1.2", |
50 | "twig/extensions": "~1.0", | 50 | "twig/extensions": "~1.0", |
51 | "symfony/assetic-bundle": "~2.3", | ||
52 | "symfony/swiftmailer-bundle": "^2.3", | 51 | "symfony/swiftmailer-bundle": "^2.3", |
53 | "symfony/monolog-bundle": "^2.8", | 52 | "symfony/monolog-bundle": "^2.8", |
54 | "sensio/distribution-bundle": "^5.0", | 53 | "sensio/distribution-bundle": "^5.0", |
@@ -81,22 +80,26 @@ | |||
81 | "mnapoli/piwik-twig-extension": "^1.0", | 80 | "mnapoli/piwik-twig-extension": "^1.0", |
82 | "lexik/maintenance-bundle": "~2.1", | 81 | "lexik/maintenance-bundle": "~2.1", |
83 | "ocramius/proxy-manager": "1.*", | 82 | "ocramius/proxy-manager": "1.*", |
84 | "white-october/pagerfanta-bundle": "^1.0" | 83 | "white-october/pagerfanta-bundle": "^1.0", |
84 | "mouf/nodejs-installer": "~1.0", | ||
85 | "php-amqplib/rabbitmq-bundle": "^1.8", | ||
86 | "predis/predis": "^1.0", | ||
87 | "javibravo/simpleue": "^1.0" | ||
85 | }, | 88 | }, |
86 | "require-dev": { | 89 | "require-dev": { |
87 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 90 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
88 | "doctrine/data-fixtures": "~1.1.1", | 91 | "doctrine/data-fixtures": "~1.1.1", |
89 | "sensio/generator-bundle": "^3.0", | 92 | "sensio/generator-bundle": "^3.0", |
90 | "phpunit/phpunit": "~4.4", | 93 | "phpunit/phpunit": "~5.0", |
91 | "symfony/phpunit-bridge": "^3.0", | 94 | "symfony/phpunit-bridge": "^3.0", |
92 | "friendsofphp/php-cs-fixer": "~1.9" | 95 | "friendsofphp/php-cs-fixer": "~1.9", |
96 | "m6web/redis-mock": "^2.0" | ||
93 | }, | 97 | }, |
94 | "scripts": { | 98 | "scripts": { |
95 | "post-cmd": [ | 99 | "post-cmd": [ |
96 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 100 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
97 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
98 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 102 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
99 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | ||
100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | 103 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" | 104 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" |
102 | ], | 105 | ], |
@@ -113,7 +116,6 @@ | |||
113 | "symfony-var-dir": "var", | 116 | "symfony-var-dir": "var", |
114 | "symfony-web-dir": "web", | 117 | "symfony-web-dir": "web", |
115 | "symfony-tests-dir": "tests", | 118 | "symfony-tests-dir": "tests", |
116 | "symfony-assets-install": "relative", | ||
117 | "incenteev-parameters": { | 119 | "incenteev-parameters": { |
118 | "file": "app/config/parameters.yml" | 120 | "file": "app/config/parameters.yml" |
119 | } | 121 | } |