Skip to content

Commit babf08d

Browse files
authored
Merge pull request #18 from 123inkt/Add-symfony-6-support
Allow for Symfony version 6 and up
2 parents e84144e + 865c4ee commit babf08d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"require": {
1818
"php": ">=7.4",
19-
"symfony/http-foundation": "5.*",
20-
"symfony/validator": "5.*",
19+
"symfony/http-foundation": "^5.0 || ^6.0",
20+
"symfony/validator": "^5.0 || ^6.0",
2121
"digitalrevolution/symfony-validation-shorthand": "^1.0.4"
2222
},
2323
"require-dev": {
@@ -41,5 +41,10 @@
4141
"test": "phpunit",
4242
"test:integration": "phpunit --testsuite integration",
4343
"test:unit": "phpunit --testsuite unit"
44+
},
45+
"config": {
46+
"allow-plugins": {
47+
"phpstan/extension-installer": true
48+
}
4449
}
4550
}

0 commit comments

Comments
 (0)