Skip to content

Commit bf0eeb5

Browse files
committed
Add Laravel 6.0 support
1 parent c7d5993 commit bf0eeb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1",
21-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0"
20+
"php": "^7.2",
21+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^3.6",

0 commit comments

Comments
 (0)