Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit a2561c5

Browse files
committed
Add phpunit 6.0 fallback version
1 parent b861e2f commit a2561c5

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
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^7.1",
1717
"psr/http-message": "^1.0",
18-
"phpunit/phpunit": "^7.0",
18+
"phpunit/phpunit": "^6.0 | ^7.0",
1919
"justinrainbow/json-schema": "~2.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)