Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Adding support for Laravel 11.
  • Loading branch information
BrekiTomasson authored Jan 4, 2025
1 parent e8d801d commit 3679916
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 @@ -17,9 +17,9 @@
"minimum-stability": "beta",
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/cache": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0"
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/cache": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0"
},
"require-dev": {
"brekitomasson/php-cs-fixer-breki-config": "^1.1"
Expand Down

0 comments on commit 3679916

Please sign in to comment.