Skip to content

Commit 8a53af6

Browse files
authored
Merge pull request darrylkuhn#20 from aristamd/laravel-6-7
Add compatibility with Laravel 6 and 7
2 parents 3027abf + 82f957a commit 8a53af6

File tree

2 files changed

+1723
-538
lines changed

2 files changed

+1723
-538
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "4.*|5.*"
14+
"illuminate/support": "4.*|5.*|6.*|7.*"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "4.*",
18-
"illuminate/database": "4.*|5.*",
19-
"symfony/process": "~2.3",
18+
"illuminate/database": "4.*|5.*|6.*|7.*",
2019
"codeclimate/php-test-reporter": "dev-master"
2120
},
2221
"autoload": {

0 commit comments

Comments
 (0)