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 43be383 commit 06128a8Copy full SHA for 06128a8
composer.json
@@ -18,14 +18,14 @@
18
}
19
],
20
"require": {
21
- "php": "^7.2",
22
- "illuminate/contracts": "^6.0|^7.0",
23
- "illuminate/http": "^6.0|^7.0",
24
- "illuminate/support": "^6.0|^7.0"
+ "php": "^7.2|^8.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0",
+ "illuminate/http": "^6.0|^7.0|^8.0",
+ "illuminate/support": "^6.0|^7.0|^8.0"
25
},
26
"require-dev": {
27
- "orchestra/testbench": "^4.0|^5.0",
28
- "phpunit/phpunit": "^8.0"
+ "orchestra/testbench": "^4.0|^5.0|^6.0",
+ "phpunit/phpunit": "^8.0|^9.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments