diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-13 09:33:05 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-13 09:33:06 +0100 |
commit | 202a66ce02bf42743e66fbc1ea1dbfe5b6a1c83a (patch) | |
tree | c948b6f52dcf1728c30622ca93bfad0b7b303777 /composer.json | |
parent | d68e045d86278c775511cb9bbefd43a7c6e61eb7 (diff) | |
download | wallabag-202a66ce02bf42743e66fbc1ea1dbfe5b6a1c83a.tar.gz wallabag-202a66ce02bf42743e66fbc1ea1dbfe5b6a1c83a.tar.zst wallabag-202a66ce02bf42743e66fbc1ea1dbfe5b6a1c83a.zip |
Use simple-phpunit instead of phpunit
To avoid problem with the Yaml constant
http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json index d6211328..fb6bed5b 100644 --- a/composer.json +++ b/composer.json | |||
@@ -90,7 +90,6 @@ | |||
90 | "doctrine/doctrine-fixtures-bundle": "~2.2", | 90 | "doctrine/doctrine-fixtures-bundle": "~2.2", |
91 | "doctrine/data-fixtures": "~1.1.1", | 91 | "doctrine/data-fixtures": "~1.1.1", |
92 | "sensio/generator-bundle": "^3.0", | 92 | "sensio/generator-bundle": "^3.0", |
93 | "phpunit/phpunit": "~4.0", | ||
94 | "symfony/phpunit-bridge": "^3.0", | 93 | "symfony/phpunit-bridge": "^3.0", |
95 | "friendsofphp/php-cs-fixer": "~1.9", | 94 | "friendsofphp/php-cs-fixer": "~1.9", |
96 | "m6web/redis-mock": "^2.0" | 95 | "m6web/redis-mock": "^2.0" |