Skip to content

Commit 12c2095

Browse files
authored
Merge pull request #32 from 123inkt/Add-symfony-6-support
Add symfony 6 support
2 parents 78c7f41 + a91274b commit 12c2095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": ">=7.4",
19-
"symfony/validator": "5.*",
19+
"symfony/validator": "^5.0 || ^6.0",
2020
"symfony/polyfill-php80": "^1.16"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)