Skip to content

Commit

Permalink
Add symfony/validator in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amenophis committed Dec 5, 2023
1 parent b6f9ede commit 6aaf69a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^6.0 || ^7.0",
"symfony/uid": "^5.4 || ^6.0 || ^7.0"
"symfony/uid": "^5.4 || ^6.0 || ^7.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0"
},
"suggest": {
"symfony/framework-bundle": "To use the provided bundle.",
Expand Down

0 comments on commit 6aaf69a

Please sign in to comment.