Skip to content

Commit

Permalink
Merge pull request #24 from lwwcas/laravel-11-suport
Browse files Browse the repository at this point in the history
Add support to Laravel 11.x
  • Loading branch information
lwwcas authored Apr 24, 2024
2 parents fd2c756 + 1ad9075 commit f64e3fb
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 @@ -20,7 +20,7 @@
],
"require": {
"php": "^7.3|^8.0|^8.1|^8.2",
"laravel/framework": "^8.12|^9.0|^10.0",
"laravel/framework": "^8.12|^9.0|^10.0|^11.0",
"astrotomic/laravel-translatable": "^11.8"
},
"require-dev": {
Expand Down

0 comments on commit f64e3fb

Please sign in to comment.