Skip to content

Commit

Permalink
Merge pull request #124 from bambamboole/2.x
Browse files Browse the repository at this point in the history
Add Laravel 11 compatibility
  • Loading branch information
pboivin authored Mar 11, 2024
2 parents b77dd77 + 66a6304 commit 826208f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^8.1",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.15",
"illuminate/contracts": "^10.0"
"illuminate/contracts": "^10.0 || ^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit 826208f

Please sign in to comment.