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

Commit

Permalink
Add phpunit 6.0 fallback version
Browse files Browse the repository at this point in the history
  • Loading branch information
slavcodev committed Feb 17, 2018
1 parent b861e2f commit a2561c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^7.1",
"psr/http-message": "^1.0",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^6.0 | ^7.0",
"justinrainbow/json-schema": "~2.0"
},
"autoload": {
Expand Down

0 comments on commit a2561c5

Please sign in to comment.