We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd99d98 commit 0fc5e25Copy full SHA for 0fc5e25
composer.json
@@ -16,12 +16,12 @@
16
}
17
],
18
"require": {
19
- "php" : "^7.0",
20
- "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
+ "php" : "^7.0|^8.0",
+ "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
21
"graham-campbell/guzzle-factory": "^3.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "^6.2|^7.0|^8.0",
+ "phpunit/phpunit": "^6.2|^7.0|^8.0|^9.0",
25
"orchestra/testbench": "~3.5.0|~3.6.0",
26
"mockery/mockery": "^1.1",
27
"friendsofphp/php-cs-fixer": "^2.12"
0 commit comments