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

Commit

Permalink
Add laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
yuters authored Mar 14, 2024
1 parent fb1e568 commit aa5cbd4
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 @@ -4,10 +4,10 @@
"require": {
"php": ">=7.0",
"ext-fileinfo": "*",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"kevinrob/guzzle-cache-middleware": "^3.0|^4.0",
"illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"guzzlehttp/guzzle": "^6.5 || ^7.0"
},
"license": "MIT",
Expand Down

0 comments on commit aa5cbd4

Please sign in to comment.