change package name
This commit is contained in:
parent
db0bd90052
commit
1bdc7dac15
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
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;
|
use OxidEsales\EshopCommunity\Internal\Framework\Module\Path\ModulePathResolverInterface;
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace D3\OxidServicesBridges\Internal\Framework\Module\Path;
|
namespace D3\OxidServiceBridges\Internal\Framework\Module\Path;
|
||||||
|
|
||||||
interface ModulePathResolverBridgeInterface
|
interface ModulePathResolverBridgeInterface
|
||||||
{
|
{
|
||||||
|
@ -5,9 +5,9 @@ Provides bridges for OXID services that are not reliably listed in the DIC cache
|
|||||||
|
|
||||||
## Install
|
## 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)
|
(06.05.2021)
|
||||||
|
|
||||||
|
@ -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.",
|
"description": "Provides bridges for OXID services that are not reliably listed in the DIC cache.",
|
||||||
"type": "oxideshop-component",
|
"type": "oxideshop-component",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"D3\\OxidServicesBridges\\": "./"
|
"D3\\OxidServiceBridges\\": "./"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,6 @@ services:
|
|||||||
autowire: true
|
autowire: true
|
||||||
public: false
|
public: false
|
||||||
|
|
||||||
D3\OxidServicesBridges\Internal\Framework\Module\Path\ModulePathResolverBridgeInterface:
|
D3\OxidServiceBridges\Internal\Framework\Module\Path\ModulePathResolverBridgeInterface:
|
||||||
class: D3\OxidServicesBridges\Internal\Framework\Module\Path\ModulePathResolverBridge
|
class: D3\OxidServiceBridges\Internal\Framework\Module\Path\ModulePathResolverBridge
|
||||||
public: true
|
public: true
|
||||||
|
Loading…
Reference in New Issue
Block a user