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 dd72713 commit 2a7b46dCopy full SHA for 2a7b46d
composer.json
@@ -34,12 +34,12 @@
34
"require": {
35
"php": "^7.3 || ^8.0",
36
"ext-dom": "*",
37
- "illuminate/support": ">=6.0 <13.0",
38
- "illuminate/validation": ">=6.0 <13.0",
39
- "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0"
+ "illuminate/support": ">=6.0 <14.0",
+ "illuminate/validation": ">=6.0 <14.0",
+ "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
40
},
41
"require-dev": {
42
- "symfony/var-dumper": "^5.0 || ^6.0 || ^7.0"
+ "symfony/var-dumper": "^5.0 || ^6.0 || ^7.0 || ^8.0"
43
44
"minimum-stability": "stable",
45
"prefer-stable": true,
@@ -58,4 +58,4 @@
58
"preferred-install": "dist",
59
"sort-packages": true
60
}
61
-}
+}
0 commit comments