Browse Source

Oddities with PHPUnit versions

Curtis Farnham 7 years ago
parent
commit
1d2ffb5d19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -25,7 +25,7 @@
     },
     "require-dev": {
 		"rncryptor/spec": "3.0.1",
-		"phpunit/phpunit": ">=4.8"
+		"phpunit/phpunit": "~4.8"
     },
     "autoload": {
         "psr-0": {"RNCryptor": "lib/"}