Skip to content

Commit 14ad9ef

Browse files
authored
Merge pull request #602 from deguif/symfony-validator-7.x
Support symfony/validator 7.x
2 parents 0e8344c + d4175df commit 14ad9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"symfony/config": "^5.4 || ^6.4 || ^7.1",
3030
"symfony/translation": "^5.4 || ^6.4",
3131
"symfony/translation-contracts": "^2.0 || ^3.0",
32-
"symfony/validator": "^5.4 || ^6.4",
32+
"symfony/validator": "^5.4 || ^6.4 || ^7.1",
3333
"twig/twig": "^3.15",
3434
"psr/log": "^1.0 || ^2.0 || ^3.0"
3535
},

0 commit comments

Comments
 (0)