Skip to content

Commit

Permalink
Merge pull request #2 from mazsudo/allow-illu-9
Browse files Browse the repository at this point in the history
✨ allow illuminate v9 dependencies
  • Loading branch information
tgeorgel authored Apr 19, 2023
2 parents 39b7e60 + 90eb534 commit 081b11b
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 @@ -12,9 +12,9 @@
"minimum-stability": "dev",
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/http": "^7.0|^8.0",
"illuminate/contracts": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"illuminate/http": "^7.0|^8.0|^9.0",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"guzzlehttp/guzzle": "^7.0",
"spatie/data-transfer-object": "^2.0"
},
Expand Down

0 comments on commit 081b11b

Please sign in to comment.