From 41b3a35fadb0dc500069a7e59d438b787a6ea81e Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Thu, 8 Feb 2018 15:27:49 +0100 Subject: [PATCH] Improve composer compatibility --- Resources/services.xml | 3 +-- Subscriber/AdapterCollectionSubscriber.php | 12 +++++++++--- SwagMediaSftp.php | 4 +++- plugin.xml | 4 ++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Resources/services.xml b/Resources/services.xml index b4dc430..80eb05c 100644 --- a/Resources/services.xml +++ b/Resources/services.xml @@ -6,8 +6,7 @@ - + - diff --git a/Subscriber/AdapterCollectionSubscriber.php b/Subscriber/AdapterCollectionSubscriber.php index 618e696..5a6365a 100644 --- a/Subscriber/AdapterCollectionSubscriber.php +++ b/Subscriber/AdapterCollectionSubscriber.php @@ -1,4 +1,5 @@ $config['timeout'] ]); } - } diff --git a/SwagMediaSftp.php b/SwagMediaSftp.php index a6db115..33a326f 100644 --- a/SwagMediaSftp.php +++ b/SwagMediaSftp.php @@ -11,4 +11,6 @@ use Shopware\Components\Plugin; -class SwagMediaSftp extends Plugin {} +class SwagMediaSftp extends Plugin +{ +} diff --git a/plugin.xml b/plugin.xml index c4574ea..313dae2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ - 1.0.0 + 1.0.1 shopware AG MIT @@ -13,6 +13,6 @@ SFTP-Erweiterung für die Media Adapter SFTP-Extension for the Shopware media adapters - +