Browse Source

Declare the conflict with phpunit <5.7

antograssiot 9 years ago
parent
commit
b28ceb6627
1 changed files with 3 additions and 0 deletions
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -73,6 +73,9 @@
         "cakephp/utility": "self.version",
         "cakephp/validation": "self.version"
     },
+    "conflict": {
+        "phpunit/phpunit": "<5.7"
+    },
     "scripts": {
         "check": [
             "@cs-check",