diff --git a/src/Sylius/Component/Channel/composer.json b/src/Sylius/Component/Channel/composer.json index c1e27c6498..735a58e5c2 100644 --- a/src/Sylius/Component/Channel/composer.json +++ b/src/Sylius/Component/Channel/composer.json @@ -22,7 +22,8 @@ "require": { "php": ">=5.5.9", - "sylius/resource": "0.16.*" + "sylius/resource": "0.16.*", + "doctrine/orm": "2.5.*" }, "require-dev": { "phpspec/phpspec": "~2.1"