Skip to content

Commit

Permalink
Remove hard dependency on doctrine/common
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Jul 17, 2018
1 parent 15ec5ab commit d1335ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"require": {
"php": "^7.1",
"symfony/framework-bundle": "^3.4 || ^4.0",
"symfony/browser-kit": "^3.4 || ^4.0",
"doctrine/common": "^2.0"
"symfony/browser-kit": "^3.4 || ^4.0"
},
"require-dev": {
"symfony/symfony": "^3.4 || ^4.0",
Expand Down

0 comments on commit d1335ad

Please sign in to comment.