We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6d8020 + 6dcb27a commit 1df6bb3Copy full SHA for 1df6bb3
composer.json
@@ -17,14 +17,14 @@
17
],
18
"require": {
19
"php": "^7.2.5",
20
- "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
21
- "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
22
- "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
+ "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
+ "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
+ "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
23
"symfony/var-dumper": "^5.0"
24
},
25
"require-dev": {
26
"larapack/dd": "^1.0",
27
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^7.0|^9.3"
28
29
"autoload": {
30
"psr-4": {
0 commit comments