Skip to content

Commit

Permalink
Merge pull request #1845 from caciobanu/patch-2
Browse files Browse the repository at this point in the history
[2.0] Upgrade dependencies version
  • Loading branch information
malarzm committed Aug 6, 2018
2 parents e44a71e + c2f9849 commit 875283a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": "^7.1",
"symfony/console": "~2.3|~3.0|^4.0",
"doctrine/annotations": "~1.2",
"doctrine/collections": "~1.1",
"doctrine/common": "~2.6",
"doctrine/cache": "~1.0",
"doctrine/instantiator": "^1.0.1",
"symfony/console": "^3.4|^4.1",
"doctrine/annotations": "^1.6",
"doctrine/collections": "^1.5",
"doctrine/common": "^2.9",
"doctrine/cache": "^1.7",
"doctrine/instantiator": "^1.1",
"mongodb/mongodb": "^1.2.0"
},
"require-dev": {
Expand Down

0 comments on commit 875283a

Please sign in to comment.