Skip to content

Commit 5cfff59

Browse files
authored
Merge pull request #17 from AD-Amlas/master
Add support to Laravel 11
2 parents d09290a + a717b04 commit 5cfff59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zschuessler/laravel-route-to-class",
3-
"description": "A Laravel 5 view composer that will convert the current route to a body class. 'admin/product/5/edit' becomes 'admin-product-edit'",
3+
"description": "A Laravel view composer that will convert the current route to a body class. 'admin/product/5/edit' becomes 'admin-product-edit'",
44
"type": "library",
55
"license": "NLPL",
66
"authors": [
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"illuminate/support": "5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0||^8.0||^9.0||^10.0"
18+
"illuminate/support": "5.3.*||5.4.*||5.5.*||5.6.*||5.7.*||5.8.*||^6.0||^7.0||^8.0||^9.0||^10.0 || ^11.0"
1919
},
2020
"extra": {
2121
"laravel": {

0 commit comments

Comments
 (0)