We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84d18f commit 3f80346Copy full SHA for 3f80346
composer.json
@@ -8,12 +8,12 @@
8
}],
9
"require": {
10
"php": ">=7.1.0",
11
- "illuminate/database": "^5.5.0"
+ "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
12
},
13
"require-dev": {
14
"phpunit/phpunit": "^7.0.0",
15
"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",
+ "phpunit/php-code-coverage": "^6.0.0",
17
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
18
19
"autoload": {
0 commit comments