Fix PHPUnit error on PHP 7+

This commit is contained in:
Jeremy Benoist
2017-03-09 09:21:13 +01:00
parent 445b889efb
commit 6a4720c951
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
"require-dev": {
"satooshi/php-coveralls": "~0.6",
"friendsofphp/php-cs-fixer": "<2",
"monolog/monolog": "^1.13"
"monolog/monolog": "^1.13",
"symfony/phpunit-bridge": "^3.2"
},
"autoload": {
"psr-4": { "Readability\\": "src/" }