Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phpsa authored Jun 4, 2020
1 parent 493599a commit 94f01eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": "~5.8.0|~6.0",
"illuminate/support": "~5.8.0|^6.0|^7.0",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.0"
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 94f01eb

Please sign in to comment.