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