Skip to content

Commit b2f0b86

Browse files
authored
Merge pull request #37 from if4lcon/master
Update composer.json to support Laravel 5.7
2 parents 0376e04 + 5095819 commit b2f0b86

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/support": "5.5.*|5.6.*"
20+
"illuminate/support": "5.5.*|5.6.*|5.7.*"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "3.6.*",

0 commit comments

Comments
 (0)