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 2931a6d commit 79a1ccdCopy full SHA for 79a1ccd
composer.json
@@ -10,13 +10,13 @@
10
}
11
],
12
"require": {
13
- "php": ">=7.0",
14
- "illuminate/support": "^5.4",
15
- "illuminate/database": "^5.4",
16
- "illuminate/validation": "^5.4"
+ "php": ">=7.2",
+ "illuminate/support": "^6.0",
+ "illuminate/database": "^6.0",
+ "illuminate/validation": "^6.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^6.0",
+ "phpunit/phpunit": "^6.0 || ^7.0 ||^8.0",
20
"mockery/mockery": "^0.9.9",
21
"squizlabs/php_codesniffer": "^2.8",
22
"satooshi/php-coveralls": "^1.0"
0 commit comments