Skip to content

Commit 24436b0

Browse files
Fix composer.json suggests
1 parent ed66985 commit 24436b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"suggest": {
2929
"illuminate/http": "~4.0|~5.0",
3030
"illuminate/routing": "~4.0|~5.0",
31-
"illuminate/view": "~4.0|~5.0",
31+
"illuminate/view": "~4.0|~5.0"
3232
},
3333
"autoload": {
3434
"classmap": [

0 commit comments

Comments
 (0)