make installable in OXID CE 6.12

This commit is contained in:
Daniel Seifert 2022-08-19 22:53:30 +02:00
parent 75146c8a08
commit a9c1863a8e
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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