Skip to content

Commit

Permalink
Merge pull request #10 from gmutinel/laravel-11-support-fix
Browse files Browse the repository at this point in the history
- Fixed support for Laravel 11
  • Loading branch information
stepanenko3 authored Mar 13, 2024
2 parents 6260e55 + 9227258 commit aee8de7
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 @@ -13,7 +13,7 @@
"laravel/framework": "^9.0|^10.0|^11.0",
"laravel/pint": "^1.14",
"ramsey/uuid": "^4.7",
"vinkla/hashids": "^11.0"
"vinkla/hashids": "^11.0 || ^12.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit aee8de7

Please sign in to comment.