Skip to content

Commit ff73128

Browse files
authored
Support for Laravel 6.0
1 parent 170d456 commit ff73128

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"license": "LGPL-3.0-only",
77
"require": {
88
"php": ">=5.5.9",
9-
"illuminate/contracts": "^5.1",
10-
"illuminate/http": "^5.1",
11-
"illuminate/support": "^5.1"
9+
"laravel/framework": "^5.1|^6.0",
1210
},
1311
"autoload": {
1412
"psr-4": {

0 commit comments

Comments
 (0)