diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json index a1a7ebb4..aa120970 100644 --- a/composer.json +++ b/composer.json | |||
@@ -80,13 +80,15 @@ | |||
80 | "paragonie/random_compat": "~1.0", | 80 | "paragonie/random_compat": "~1.0", |
81 | "craue/config-bundle": "~1.4", | 81 | "craue/config-bundle": "~1.4", |
82 | "mnapoli/piwik-twig-extension": "^1.0", | 82 | "mnapoli/piwik-twig-extension": "^1.0", |
83 | "lexik/maintenance-bundle": "~2.1" | 83 | "lexik/maintenance-bundle": "~2.1", |
84 | "ocramius/proxy-manager": "1.*" | ||
84 | }, | 85 | }, |
85 | "require-dev": { | 86 | "require-dev": { |
86 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 87 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
87 | "sensio/generator-bundle": "^3.0", | 88 | "sensio/generator-bundle": "^3.0", |
88 | "phpunit/phpunit": "~4.4", | 89 | "phpunit/phpunit": "~4.4", |
89 | "symfony/phpunit-bridge": "^2.7" | 90 | "symfony/phpunit-bridge": "^2.7", |
91 | "fabpot/php-cs-fixer": "~1.9" | ||
90 | }, | 92 | }, |
91 | "scripts": { | 93 | "scripts": { |
92 | "build-parameters": [ | 94 | "build-parameters": [ |