Browse Source

Use latest PHPUnit dev dependency.

Justin Hileman 9 years ago
parent
commit
4dd6383a3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -16,7 +16,7 @@
         "php": ">=5.2.4"
     },
     "require-dev": {
-        "phpunit/phpunit": "~3.7|~4.0",
+        "phpunit/phpunit": "~3.7|~4.0|~5.0",
         "fabpot/php-cs-fixer": "~1.6"
     },
     "autoload": {