change package name

This commit is contained in:
Daniel Seifert 2021-05-08 11:53:08 +02:00
bovenliggende db0bd90052
commit 1bdc7dac15
Getekend door: DanielS
GPG sleutel-ID: 6A513E13AEE66170
5 gewijzigde bestanden met toevoegingen van 8 en 8 verwijderingen

Bestand weergeven

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

Bestand weergeven

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

Bestand weergeven

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

Bestand weergeven

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

Bestand weergeven

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