Skip to content

Commit f8ca6a7

Browse files
committed
Use more laxed phpunit versioning
1 parent 8a0c41d commit f8ca6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"psr/http-message": "^1.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^6.0",
23+
"phpunit/phpunit": "^5.7 || ^6.0",
2424
"squizlabs/php_codesniffer": "^2.8",
2525
"friendsofphp/php-cs-fixer": "^2.1"
2626
},

0 commit comments

Comments
 (0)