Skip to content

Commit

Permalink
fixed wrong typed version
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik authored Mar 2, 2022
1 parent dcbe04d commit dd5c0a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"illuminate/config": "^8.0|9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/validation": "^8.0|^9.0"
"guzzlehttp/guzzle": "^7",
"illuminate/config": "^8|^9",
"illuminate/support": "^8|^9",
"illuminate/validation": "^8|^9"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dd5c0a1

Please sign in to comment.