change package name

This commit is contained in:
Daniel Seifert 2021-05-08 11:53:08 +02:00
parent db0bd90052
commit 1bdc7dac15
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
5 changed files with 8 additions and 8 deletions

View File

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

View File

@ -13,7 +13,7 @@
declare(strict_types=1);
namespace D3\OxidServicesBridges\Internal\Framework\Module\Path;
namespace D3\OxidServiceBridges\Internal\Framework\Module\Path;
interface ModulePathResolverBridgeInterface
{

View File

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

View File

@ -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\\": "./"
}
}
}

View File

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