From a9c1863a8efcb4e82ff76de405d0195f755e24d0 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 19 Aug 2022 22:53:30 +0200 Subject: [PATCH] make installable in OXID CE 6.12 --- composer.json | 2 +- services.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d035a2e..db79a15 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": ">=7.3", - "oxid-esales/oxideshop-ce": "6.8 - 6.10", + "oxid-esales/oxideshop-ce": "6.12 - 6.12", "maximebf/debugbar": "^1.18", "ajgl/composer-symlinker": "^0.3.1", "cweagans/composer-patches": "^1.7.2" diff --git a/services.yaml b/services.yaml index f4e7697..afe89e2 100644 --- a/services.yaml +++ b/services.yaml @@ -5,5 +5,5 @@ services: Psr\Log\LoggerInterface: class: Monolog\Logger - factory: 'OxidEsales\EshopCommunity\Internal\Framework\Logger\Factory\LoggerFactoryInterface:create' + factory: ['@OxidEsales\EshopCommunity\Internal\Framework\Logger\Factory\LoggerFactoryInterface', 'create'] public: true \ No newline at end of file