Skip to content

Commit 725c18f

Browse files
committed
Adjust phpunit compatiblity for travis
1 parent dee2d87 commit 725c18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
],
1414
"minimum-stability": "dev",
1515
"require": {
16-
"php": ">=5.4.0",
16+
"php": "^5.4 || ^7.0",
1717
"justinrainbow/json-schema": "^1.6",
1818
"mtdowling/jmespath.php": "^2.3"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^5.2"
21+
"phpunit/phpunit": "~4.8|~5.2"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)