Skip to content

Commit

Permalink
Make all packages laravel 11 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
HammenWS authored and harmenjanssen committed Jun 20, 2024
1 parent c4a5375 commit 78910b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"license": "MIT",
"require": {
"php": "~8.0",
"alexwenzel/nova-dependency-container": "^1.10",
"axn/laravel-eloquent-authorable": "^6.1",
"alexwenzel/nova-dependency-container": "^1.11",
"axn/laravel-eloquent-authorable": "dev-l11-compatibility",
"eminiarts/nova-tabs": "^2.0",
"gwd/seo-meta-nova-field": "dev-nova-4-compatibility",
"laravel/nova": "^4.0",
Expand Down Expand Up @@ -37,6 +37,10 @@
{
"type": "vcs",
"url": "https://github.com/mucenica-bogdan/seo-meta-field-nova"
},
{
"type": "vcs",
"url": "https://github.com/laravel-shift/laravel-eloquent-authorable.git"
}
],
"extra": {
Expand Down

0 comments on commit 78910b9

Please sign in to comment.