Skip to content

Commit 3f80346

Browse files
committed
Laravel 6 support
1 parent c84d18f commit 3f80346

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,12 +8,12 @@
88
}],
99
"require": {
1010
"php": ">=7.1.0",
11-
"illuminate/database": "^5.5.0"
11+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^7.0.0",
1515
"squizlabs/php_codesniffer": "^3.0.0",
16-
"phpunit/php-code-coverage": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
16+
"phpunit/php-code-coverage": "^6.0.0",
1717
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)