Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsgm committed Mar 18, 2021
1 parent 09dc0e1 commit 6e5cd31
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 @@ -20,9 +20,9 @@
}
],
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^7.2",
"illuminate/support": ">=6.0",
"php": "^7.3 || ^8.0",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 6e5cd31

Please sign in to comment.