Skip to content

Commit 070299d

Browse files
authored
Be less restrict in phpunit versions (#7)
* Be less restrict in phpunit versions * Minor
1 parent 1af7166 commit 070299d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.5|^7.0",
14+
"php": "^5.5 || ^7.0",
1515
"psr/http-message": "^1.0",
16-
"php-http/message-factory": "^1.0",
16+
"php-http/message-factory": "^1.0.2",
1717
"php-http/discovery": "^1.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^5.4",
20+
"phpunit/phpunit": "^4.8 || ^5.4",
2121
"php-http/message": "^1.0",
2222
"zendframework/zend-diactoros": "^1.3.5"
2323
},

0 commit comments

Comments
 (0)