Skip to content

Commit 960011b

Browse files
authored
Merge pull request #69 from qschmick/fix/composer-dependancies
Added composer requirement for laravelcollective/html
2 parents e1e9d8c + dd99e07 commit 960011b

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)