Ver Fonte

Allow using PHPUnit 7

Also bumps the minimum PHPUnit dependency to the latest 5.7 version for compatibility reasons
Andreas Braun há 7 anos atrás
pai
commit
4b01802b0f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -15,7 +15,7 @@
         "mongodb/mongodb": "^1.0.1"
     },
     "require-dev": {
-        "phpunit/phpunit": "^5.7 || ^6.0",
+        "phpunit/phpunit": "^5.7.27 || ^6.0 || ^7.0",
         "squizlabs/php_codesniffer": "^3.2"
     },
     "provide": {