Skip to content

Commit

Permalink
fix dependencies to keep php 7.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatanTeixeira committed May 18, 2018
1 parent 1119985 commit b9505f8
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 @@ -10,8 +10,8 @@
"php": ">=7.0",
"jms/metadata": "^1",
"doctrine/annotations": "^1",
"ocramius/proxy-manager": "^2",
"doctrine/common": "^2",
"ocramius/proxy-manager": "^2.0|^2",
"doctrine/common": "^2.7|^2",
"symfony/serializer": "^3",
"guzzlehttp/guzzle": "^6",
"symfony/yaml": "^3"
Expand Down

0 comments on commit b9505f8

Please sign in to comment.