Skip to content

Commit

Permalink
Merge pull request #282 from alcaeus/add-missing-orm-dependency
Browse files Browse the repository at this point in the history
Add missing dependency to doctrine/orm
  • Loading branch information
alcaeus committed Jun 7, 2019
2 parents 57bd07f + 93046f1 commit 13b2e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -23,6 +23,7 @@
"php": "^7.1",
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.6.0",
"symfony/doctrine-bridge": "~3.4|^4.1",
"symfony/framework-bundle": "^3.4|^4.1"
},
Expand All @@ -39,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.2.x-dev"
}
}
}

0 comments on commit 13b2e8e

Please sign in to comment.