Skip to content

Commit

Permalink
Merge pull request #20 from aristamd/laravel-6-7
Browse files Browse the repository at this point in the history
Add compatibility with Laravel 6 and 7
  • Loading branch information
darrylkuhn committed Aug 18, 2021
2 parents 3027abf + 82f957a commit 8a53af6
Show file tree
Hide file tree
Showing 2 changed files with 1,723 additions and 538 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.*|5.*"
"illuminate/support": "4.*|5.*|6.*|7.*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"illuminate/database": "4.*|5.*",
"symfony/process": "~2.3",
"illuminate/database": "4.*|5.*|6.*|7.*",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 8a53af6

Please sign in to comment.