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 e84144e + 865c4ee commit babf08dCopy full SHA for babf08d
composer.json
@@ -16,8 +16,8 @@
16
},
17
"require": {
18
"php": ">=7.4",
19
- "symfony/http-foundation": "5.*",
20
- "symfony/validator": "5.*",
+ "symfony/http-foundation": "^5.0 || ^6.0",
+ "symfony/validator": "^5.0 || ^6.0",
21
"digitalrevolution/symfony-validation-shorthand": "^1.0.4"
22
23
"require-dev": {
@@ -41,5 +41,10 @@
41
"test": "phpunit",
42
"test:integration": "phpunit --testsuite integration",
43
"test:unit": "phpunit --testsuite unit"
44
+ },
45
+ "config": {
46
+ "allow-plugins": {
47
+ "phpstan/extension-installer": true
48
+ }
49
}
50
0 commit comments