Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Added support for Laravel 11.
  • Loading branch information
BrekiTomasson authored Jan 4, 2025
1 parent 81a92d5 commit d973c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
],
"minimum-stability": "beta",
"require": {
"php": "^8.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0"
"php": "^8.2",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/database": "^9.0|^10.0|^11.0"
},
"require-dev": {
"pestphp/pest": "^1.22",
"brekitomasson/php-cs-fixer-breki-config": "^v1.1.3"
"brekitomasson/php-cs-fixer-breki-config": "^v1.1"
},
"scripts": {
"fix": "vendor/bin/php-cs-fixer fix --config ./.php-cs-fixer.php",
Expand Down

0 comments on commit d973c89

Please sign in to comment.