Skip to content

Commit 430ebd0

Browse files
committed
Merge pull request #17 from GrahamCampbell/patch-1
Fixed a version constraint
2 parents 4d3e2f6 + ff2e650 commit 430ebd0

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
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.3.2",
14-
"illuminate/support": "~4",
14+
"illuminate/support": "~4.0|~5.0",
1515
"tijsverkoyen/css-to-inline-styles": "~1.2"
1616
},
1717
"require-dev" : {

0 commit comments

Comments
 (0)