Merge pull request #26 from j0k3r/fix-phpunit-7.x

Fix PHPUnit error on PHP 7+
This commit is contained in:
Jérémy Benoist
2017-03-09 09:41:33 +01:00
committed by GitHub
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"
},
"suggest": {
"ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."