Skip to content

Commit

Permalink
Merge pull request #3 from akalinich/update-laravel-v11
Browse files Browse the repository at this point in the history
Added Laravel 11.0 support.
  • Loading branch information
maurohmartinez authored Jun 17, 2024
2 parents d26b525 + a69fed2 commit 3e5250e
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 @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "^8.0.0|^9.0.0|^10.0.0",
"laravel/framework": "^8.0.0|^9.0.0|^10.0.0|^11.0.0",
"backpack/crud": "^5.0|^6.0"
},
"keywords": [
Expand Down

0 comments on commit 3e5250e

Please sign in to comment.