Skip to content

Commit

Permalink
Updated to support Illuminate version 6 & 7 (#15)
Browse files Browse the repository at this point in the history
* database 7 compatibility

* upgrade for mime
  • Loading branch information
th0rn0 authored Jun 9, 2020
1 parent d12a015 commit f0b1709
Show file tree
Hide file tree
Showing 2 changed files with 990 additions and 433 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^7.1.3",
"illuminate/support": "^5.8|^6.0|^7.0",
"illuminate/database": "^5.8",
"symfony/http-foundation": "^4.3.8",
"symfony/mime": "^4.3.8"
"illuminate/database": "^5.8|^6.0|^7.0",
"symfony/http-foundation": "^4.3.8|^5",
"symfony/mime": "^4.3.8|^5"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0",
Expand Down
Loading

0 comments on commit f0b1709

Please sign in to comment.