We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d09290a + a717b04 commit 5cfff59Copy full SHA for 5cfff59
composer.json
@@ -1,6 +1,6 @@
1
{
2
"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'",
+ "description": "A Laravel view composer that will convert the current route to a body class. 'admin/product/5/edit' becomes 'admin-product-edit'",
4
"type": "library",
5
"license": "NLPL",
6
"authors": [
@@ -15,7 +15,7 @@
15
}
16
},
17
"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"
+ "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"
19
20
"extra": {
21
"laravel": {
0 commit comments