Skip to content

Commit e89b9ba

Browse files
committed
adding dependency on symfony/validator - needed by ValidationPass
... unless this should be optional...
1 parent 41a9fd8 commit e89b9ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
2525
"symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
2626
"symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
27+
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
2728
"twig/twig": "^1.28 || ^2.0",
2829
"symfony/templating": "^2.8 || ^3.0 || ^4.0",
2930
"paragonie/random_compat": "^1 || ^2"

0 commit comments

Comments
 (0)