Skip to content

Commit 53f097a

Browse files
authored
Merge pull request #7 from zajinx/master
updated to support laravel 5.7 and 5.8
2 parents 566ff9e + caf8f78 commit 53f097a

File tree

3 files changed

+467
-245
lines changed

3 files changed

+467
-245
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"illuminate/database": "5.5.* || 5.6.*",
15-
"illuminate/support": "5.5.* || 5.6.*",
16-
"illuminate/queue": "5.5.* || 5.6.*"
14+
"illuminate/database": "5.5.* || 5.6.* || 5.7.* || 5.8.*",
15+
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*",
16+
"illuminate/queue": "5.5.* || 5.6.* || 5.7.* || 5.8.*"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~6.0",
20-
"illuminate/events": "5.5.* || 5.6.*",
20+
"illuminate/events": "5.5.* || 5.6.* || 5.7.* || 5.8.*",
2121
"mockery/mockery": "~1.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)