Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
fix: prepare for laravel 9 & 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
Razorsheep committed Aug 3, 2023
1 parent 1569e57 commit 3fded39
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 @@ -13,12 +13,12 @@
"require": {
"php": "^7.2|^7.3|^7.4|^8.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/auth": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/contracts": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/database": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/http": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
"illuminate/auth": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/http": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0",
Expand Down

0 comments on commit 3fded39

Please sign in to comment.