Skip to content

Commit 1728e5f

Browse files
authored
Merge pull request #53 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 5b8fd54 + 28ce82c commit 1728e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"require": {
2222
"php": "^8.0",
23-
"laravel/framework": "^10.0",
23+
"laravel/framework": "^10.0|^11.0",
2424
"laravel-enso/filters": "^2.0",
2525
"laravel-enso/helpers": "^3.0"
2626
},
@@ -34,7 +34,7 @@
3434
"providers": [
3535
"LaravelEnso\\Select\\AppServiceProvider"
3636
],
37-
"aliases": {}
37+
"aliases": []
3838
}
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)