Skip to content

Commit dd99e07

Browse files
committed
Added composer requirement for laravelcollective/html to ensure Form class exists
1 parent e1e9d8c commit dd99e07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
],
1818
"require": {
1919
"php": ">=7.0",
20-
"illuminate/bus":"~5.5.0",
20+
"illuminate/bus": "~5.5.0",
2121
"illuminate/console": "~5.5.0",
2222
"illuminate/contracts": "~5.5.0",
23-
"illuminate/database":"~5.5.0",
23+
"illuminate/database": "~5.5.0",
2424
"illuminate/events": "~5.5.0",
25-
"illuminate/notifications": "~5.5.0"
25+
"illuminate/notifications": "~5.5.0",
26+
"laravelcollective/html": "^5.5"
2627
},
2728
"require-dev": {
2829
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)