aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 5394442d..21d71b74 100644
--- a/composer.json
+++ b/composer.json
@@ -85,17 +85,21 @@
85 "javibravo/simpleue": "^2.0", 85 "javibravo/simpleue": "^2.0",
86 "symfony/dom-crawler": "^3.4", 86 "symfony/dom-crawler": "^3.4",
87 "friendsofsymfony/jsrouting-bundle": "^2.2", 87 "friendsofsymfony/jsrouting-bundle": "^2.2",
88 "bdunogier/guzzle-site-authenticator": "^1.0.0@dev", 88 "bdunogier/guzzle-site-authenticator": "^1.0.0",
89 "defuse/php-encryption": "^2.1", 89 "defuse/php-encryption": "^2.1",
90 "html2text/html2text": "^4.1" 90 "html2text/html2text": "^4.1"
91 }, 91 },
92 "require-dev": { 92 "require-dev": {
93 "doctrine/doctrine-fixtures-bundle": "~3.0", 93 "doctrine/doctrine-fixtures-bundle": "~3.0",
94 "sensio/generator-bundle": "^3.0", 94 "sensio/generator-bundle": "^3.0",
95 "symfony/phpunit-bridge": "^3.4", 95 "symfony/phpunit-bridge": "^4.2",
96 "friendsofphp/php-cs-fixer": "~2.13", 96 "friendsofphp/php-cs-fixer": "~2.13",
97 "m6web/redis-mock": "^4.1", 97 "m6web/redis-mock": "^4.1",
98 "dama/doctrine-test-bundle": "^5.0" 98 "dama/doctrine-test-bundle": "^5.0",
99 "phpstan/phpstan": "^0.11.0",
100 "phpstan/phpstan-phpunit": "^0.11.0",
101 "phpstan/phpstan-symfony": "^0.11.0",
102 "phpstan/phpstan-doctrine": "^0.11.0"
99 }, 103 },
100 "scripts": { 104 "scripts": {
101 "post-cmd": [ 105 "post-cmd": [