Skip to content

Commit 385a5d3

Browse files
Merge pull request #24 from davidjr82/patch-1
Laravel 7 support
2 parents 41f78f0 + e8bf5db commit 385a5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}],
99
"require": {
1010
"php": ">=7.1.0",
11-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
11+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^7.0.0",
1515
"squizlabs/php_codesniffer": "^3.0.0",
1616
"phpunit/php-code-coverage": "^6.0.0",
17-
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
17+
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)