Skip to content

Commit

Permalink
Merge pull request #24 from davidjr82/patch-1
Browse files Browse the repository at this point in the history
Laravel 7 support
  • Loading branch information
liam-wiltshire authored Mar 11, 2020
2 parents 41f78f0 + e8bf5db commit 385a5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}],
"require": {
"php": ">=7.1.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0.0",
"squizlabs/php_codesniffer": "^3.0.0",
"phpunit/php-code-coverage": "^6.0.0",
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 385a5d3

Please sign in to comment.