Skip to content

Commit

Permalink
Add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisSerneels committed Mar 19, 2024
1 parent 7ebd2da commit f1d776b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
carbon: 2.*
- laravel: 11.*
testbench: ^9.0
carbon: 2.*
carbon: 3.*
exclude:
- php: 8.1
laravel: 11.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1 || ^8.2 || ^8.3",
"filament/filament": "^3.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.15.0"
Expand Down

0 comments on commit f1d776b

Please sign in to comment.