From 7c9a27cb80f0b286af62532a3d1bd6f335d6297e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Klatt?= Date: Mon, 6 Feb 2017 11:59:20 +0000 Subject: [PATCH] core-714 fixed wrong require/require-dev and missing suggests in composer.json's --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 97e3e94..59e5984 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,9 @@ "spryker/code-sniffer": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/auth": "If you want to use Auth plugins you need to install spryker/auth." + }, "description": "AuthMailConnector bundle", "license": "proprietary", "minimum-stability": "dev",