Skip to content

Commit

Permalink
Fix issues about doctrine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias STRASSER committed Mar 2, 2018
1 parent 78ffe18 commit 39a2a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"require": {
"php": ">=5.6",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/orm": "^2.6",
"hashids/hashids": "^2.0",
"sensio/framework-extra-bundle": "^3.0",
"symfony/http-kernel": "^3.3"
},
"require-dev": {
"bossa/phpspec2-expect": "^3.0",
"doctrine/orm": "^2.6",
"phpspec/phpspec": "^4.0",
"twig/twig": "^2.4"
},
Expand Down

0 comments on commit 39a2a1e

Please sign in to comment.