Skip to content

Commit f0b1709

Browse files
authored
Updated to support Illuminate version 6 & 7 (#15)
* database 7 compatibility * upgrade for mime
1 parent d12a015 commit f0b1709

File tree

2 files changed

+990
-433
lines changed

2 files changed

+990
-433
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"require": {
66
"php": "^7.1.3",
77
"illuminate/support": "^5.8|^6.0|^7.0",
8-
"illuminate/database": "^5.8",
9-
"symfony/http-foundation": "^4.3.8",
10-
"symfony/mime": "^4.3.8"
8+
"illuminate/database": "^5.8|^6.0|^7.0",
9+
"symfony/http-foundation": "^4.3.8|^5",
10+
"symfony/mime": "^4.3.8|^5"
1111
},
1212
"require-dev": {
1313
"phpunit/phpunit": "^7.5|^8.0",

0 commit comments

Comments
 (0)