Skip to content

Commit

Permalink
Push the lowest dependencies up.
Browse files Browse the repository at this point in the history
  • Loading branch information
skroczek committed Sep 12, 2016
1 parent 725da1b commit 93044d1
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 @@ -4,13 +4,13 @@
"license": "Apache2",

"require": {
"jms/metadata": "1.*",
"jms/metadata": "~1.3",
"symfony/property-access": "~2.2 || ~3.0"
},

"require-dev": {
"symfony/routing": "~2.1||~3.0",
"doctrine/common": "2.*",
"doctrine/common": "~2.2",
"symfony/yaml": "~2.0 || ~3.0"
},

Expand Down

0 comments on commit 93044d1

Please sign in to comment.