We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f24526 + 7b001be commit d0a1ae1Copy full SHA for d0a1ae1
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|^8.0|^9.0|^10.0",
21
- "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
22
- "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
23
- "symfony/var-dumper": "^5.0|^6.0"
+ "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "symfony/var-dumper": "^5.0|^6.0|^7.0"
24
},
25
"require-dev": {
26
"larapack/dd": "^1.0",
27
- "phpunit/phpunit": "^7.0|^9.3"
+ "phpunit/phpunit": "^7.0|^9.3|^10.5"
28
29
"autoload": {
30
"psr-4": {
0 commit comments