From 904d9563534360c56adea292d347c877f63a2381 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Fri, 16 Nov 2018 16:21:23 +0100 Subject: [PATCH] Increase default Shopware version --- .../Shopware/Install/Command/ShopwareInstallVcsCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extensions/Shopware/Install/Command/ShopwareInstallVcsCommand.php b/src/Extensions/Shopware/Install/Command/ShopwareInstallVcsCommand.php index 6b128d7a..6c4689a3 100644 --- a/src/Extensions/Shopware/Install/Command/ShopwareInstallVcsCommand.php +++ b/src/Extensions/Shopware/Install/Command/ShopwareInstallVcsCommand.php @@ -9,7 +9,7 @@ class ShopwareInstallVcsCommand extends BaseCommand { - const MAIN_BRANCH = '5.4'; + const MAIN_BRANCH = '5.5'; /** * {@inheritdoc}