Skip to content

Commit

Permalink
better dependency versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bcismariu committed Sep 28, 2020
1 parent 26df121 commit b5c85d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.1",
"opis/closure": "^3.1",
"illuminate/support": "^5.7",
"illuminate/contracts": "^5.7",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "^5.7 || ^6.0",
"illuminate/contracts": "^5.7 || ^6.0",
"guzzlehttp/guzzle": ">=6.3 <8.0",
"imemento/sdk-auth": "^0.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "^3.7.0"
"phpunit/phpunit": "^7.0 || ^8.0",
"orchestra/testbench": "^3.7.0 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b5c85d8

Please sign in to comment.