Skip to content

Commit

Permalink
Add Symfony 4.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaik Dean committed Oct 30, 2017
1 parent 1df5227 commit a58a375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluoresce/validate-embedded",
"description": "Constraint enabling group-based validation of embedded objects with the Symfony Validator Component.",
"keywords": ["validate", "validation", "validator", "constraint", "symfony2", "symfony3"],
"keywords": ["validate", "validation", "validator", "constraint", "symfony2", "symfony3", "symfony4"],
"homepage": "https://github.com/fluoresceco/validate-embedded",
"license": "MIT",
"authors": [
Expand All @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.5.9",
"symfony/validator": "~2.8|~3.0"
"symfony/validator": "~2.8|~3.0|~4.0"
},
"minimum-stability": "stable",
"autoload": {
Expand Down

0 comments on commit a58a375

Please sign in to comment.