Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Feb 4, 2024
1 parent f94ce96 commit 659d517
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"staudenmeir/eloquent-has-many-deep": "dev-l11"
"staudenmeir/eloquent-has-many-deep": "^1.20"
},
"autoload": {
"psr-4": {
Expand All @@ -33,6 +33,9 @@
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-l11": "1.11.x-dev"
},
"laravel": {
"providers": [
"Staudenmeir\\EloquentJsonRelations\\IdeHelperServiceProvider"
Expand Down

0 comments on commit 659d517

Please sign in to comment.