Skip to content

Commit

Permalink
allow version transition to symfony 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Webonaute authored Mar 17, 2017
1 parent 051c95d commit 96524b3
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
Expand Up @@ -11,10 +11,10 @@
},
"require": {
"php": ">=5.3.3",
"symfony/validator": "~2.3",
"symfony/validator": "~2.3|^3.2",
"jms/serializer": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
"phpunit/phpunit": "4.1.*|^6.0"
}
}

0 comments on commit 96524b3

Please sign in to comment.