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 380dc55 commit 7cc1436Copy full SHA for 7cc1436
composer.json
@@ -11,13 +11,13 @@
11
],
12
"minimum-stability": "dev",
13
"require": {
14
- "php" : "^7.1",
15
- "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
16
- "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
+ "php" : "^7.2",
+ "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0",
+ "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^6.3|^7.0",
20
- "orchestra/testbench": "~3.5.0|~3.6.0"
+ "phpunit/phpunit": "^6.3|^7.0|^8.0",
+ "orchestra/testbench": "~3.5.0|~3.6.0|^4.0"
21
22
"autoload": {
23
"psr-4": {
0 commit comments