Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add Laravel 11 support
  • Loading branch information
neoteknic authored Mar 12, 2024
1 parent 544851f commit 4aea24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
],
"require": {
"php": ">=8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/cache": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/cache": "^8.0|^9.0|^10.0|^11.0",
"intervention/image": "^2.7"
},
"require-dev": {
Expand Down

0 comments on commit 4aea24a

Please sign in to comment.