diff --git a/Internal/Framework/Module/Path/ModulePathResolverBridge.php b/Internal/Framework/Module/Path/ModulePathResolverBridge.php index a7213ea..b0fd674 100644 --- a/Internal/Framework/Module/Path/ModulePathResolverBridge.php +++ b/Internal/Framework/Module/Path/ModulePathResolverBridge.php @@ -13,7 +13,7 @@ declare(strict_types=1); -namespace D3\OxidServicesBridges\Internal\Framework\Module\Path; +namespace D3\OxidServiceBridges\Internal\Framework\Module\Path; use OxidEsales\EshopCommunity\Internal\Framework\Module\Path\ModulePathResolverInterface; diff --git a/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php b/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php index b99fb5b..69fa929 100644 --- a/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php +++ b/Internal/Framework/Module/Path/ModulePathResolverBridgeInterface.php @@ -13,7 +13,7 @@ declare(strict_types=1); -namespace D3\OxidServicesBridges\Internal\Framework\Module\Path; +namespace D3\OxidServiceBridges\Internal\Framework\Module\Path; interface ModulePathResolverBridgeInterface { diff --git a/README.md b/README.md index bb0e5d6..3d22bb5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Provides bridges for OXID services that are not reliably listed in the DIC cache ## Install -`composer require d3/oxidservicesbridges` +`composer require d3/oxidservicebridges` -## Licence of this software (d3/oxidservicesbridges) [MIT] +## Licence of this software (d3/oxidservicebridges) [MIT] (06.05.2021) diff --git a/composer.json b/composer.json index 413d69b..f1483a2 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "d3/oxidservicesbridges", + "name": "d3/oxidservicebridges", "description": "Provides bridges for OXID services that are not reliably listed in the DIC cache.", "type": "oxideshop-component", "keywords": [ @@ -27,7 +27,7 @@ }, "autoload": { "psr-4": { - "D3\\OxidServicesBridges\\": "./" + "D3\\OxidServiceBridges\\": "./" } } } diff --git a/services.yaml b/services.yaml index 95bfdd5..b525551 100644 --- a/services.yaml +++ b/services.yaml @@ -3,6 +3,6 @@ services: autowire: true public: false - D3\OxidServicesBridges\Internal\Framework\Module\Path\ModulePathResolverBridgeInterface: - class: D3\OxidServicesBridges\Internal\Framework\Module\Path\ModulePathResolverBridge + D3\OxidServiceBridges\Internal\Framework\Module\Path\ModulePathResolverBridgeInterface: + class: D3\OxidServiceBridges\Internal\Framework\Module\Path\ModulePathResolverBridge public: true