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.
2 parents 1335d29 + 2011a8a commit 127688eCopy full SHA for 127688e
composer.json
@@ -38,13 +38,12 @@
38
"require": {
39
"php": "^7.3 || ^8.0",
40
"ext-dom": "*",
41
- "illuminate/support": ">=6.0 <11.0",
42
- "illuminate/validation": ">=6.0 <11.0",
43
- "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0"
+ "illuminate/support": ">=6.0 <12.0",
+ "illuminate/validation": ">=6.0 <12.0",
+ "symfony/http-kernel": "^4.0 || ^5.0 || ^6.0 || ^7.0"
44
},
45
"require-dev": {
46
- "phpunit/phpunit": "^9.6",
47
- "symfony/var-dumper": "^5.0 || ^6.0"
+ "symfony/var-dumper": "^5.0 || ^6.0 || ^7.0"
48
49
"minimum-stability": "stable",
50
"prefer-stable": true,
0 commit comments