diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/composer.json b/composer.json index c7830a14..bdaad601 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,13 +80,14 @@ | |||
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 | }, | 85 | }, |
86 | "require-dev": { | 86 | "require-dev": { |
87 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 87 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
88 | "doctrine/data-fixtures": "~1.1.1", | 88 | "doctrine/data-fixtures": "~1.1.1", |
89 | "sensio/generator-bundle": "^3.0", | 89 | "sensio/generator-bundle": "^3.0", |
90 | "phpunit/phpunit": "~4.4", | 90 | "phpunit/phpunit": "~5.0", |
91 | "symfony/phpunit-bridge": "^3.0", | 91 | "symfony/phpunit-bridge": "^3.0", |
92 | "friendsofphp/php-cs-fixer": "~1.9" | 92 | "friendsofphp/php-cs-fixer": "~1.9" |
93 | }, | 93 | }, |
@@ -96,7 +96,6 @@ | |||
96 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 96 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
97 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 97 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
98 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 98 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
99 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | ||
100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | 99 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", |
101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" | 100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" |
102 | ], | 101 | ], |
@@ -113,7 +112,6 @@ | |||
113 | "symfony-var-dir": "var", | 112 | "symfony-var-dir": "var", |
114 | "symfony-web-dir": "web", | 113 | "symfony-web-dir": "web", |
115 | "symfony-tests-dir": "tests", | 114 | "symfony-tests-dir": "tests", |
116 | "symfony-assets-install": "relative", | ||
117 | "incenteev-parameters": { | 115 | "incenteev-parameters": { |
118 | "file": "app/config/parameters.yml" | 116 | "file": "app/config/parameters.yml" |
119 | } | 117 | } |