Skip to content

Commit c1edb16

Browse files
authored
Merge pull request #2 from hendeavors/requiresupport
should require illuminate/support since its referenced directly
2 parents bcce995 + 1930ebf commit c1edb16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"type": "project",
1212
"require": {
1313
"php": "^7.2",
14+
"illuminate/support": "~5.5|^6.0",
1415
"illuminate/mail": "~5.5|^6.0",
1516
"illuminate/view": "~5.5|^6.0"
1617
},

0 commit comments

Comments
 (0)