Skip to content

Commit

Permalink
Merge pull request #69 from qschmick/fix/composer-dependancies
Browse files Browse the repository at this point in the history
Added composer requirement for laravelcollective/html
  • Loading branch information
qschmick authored Dec 22, 2017
2 parents e1e9d8c + dd99e07 commit 960011b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
],
"require": {
"php": ">=7.0",
"illuminate/bus":"~5.5.0",
"illuminate/bus": "~5.5.0",
"illuminate/console": "~5.5.0",
"illuminate/contracts": "~5.5.0",
"illuminate/database":"~5.5.0",
"illuminate/database": "~5.5.0",
"illuminate/events": "~5.5.0",
"illuminate/notifications": "~5.5.0"
"illuminate/notifications": "~5.5.0",
"laravelcollective/html": "^5.5"
},
"require-dev": {
"mockery/mockery": "~1.0",
Expand Down

0 comments on commit 960011b

Please sign in to comment.