fix documentation, change package id
This commit is contained in:
parent
47b7144efe
commit
870c57cefc
@ -41,10 +41,10 @@ Open a command line and navigate to the root directory of the shop (parent direc
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
php composer require d3/modulename:^2.0
|
php composer require d3/oxid-debugbar:^1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
If necessary, please confirm that you allow `composer-symlinker` to execute code.
|
If necessary, please confirm that you allow `composer-symlinker` and `composer-patches` to execute code.
|
||||||
|
|
||||||
Activate the module in Shopadmin under "Extensions -> Modules".
|
Activate the module in Shopadmin under "Extensions -> Modules".
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ If you have a suggestion that would make this better, please fork the repo and c
|
|||||||
- Push to the Branch (git push origin feature/AmazingFeature)
|
- Push to the Branch (git push origin feature/AmazingFeature)
|
||||||
- Open a Pull Request
|
- Open a Pull Request
|
||||||
|
|
||||||
## Licence
|
## License
|
||||||
(status: 2022-07-30)
|
(status: 2022-07-30)
|
||||||
|
|
||||||
Distributed under the GPLv3 license.
|
Distributed under the GPLv3 license.
|
||||||
@ -93,7 +93,7 @@ This software is distributed under the GNU GENERAL PUBLIC LICENSE version 3.
|
|||||||
|
|
||||||
For full copyright and licensing information, please see the [LICENSE](LICENSE.md) file distributed with this source code.
|
For full copyright and licensing information, please see the [LICENSE](LICENSE.md) file distributed with this source code.
|
||||||
|
|
||||||
## Further licences and terms of use
|
## Further licenses and terms of use
|
||||||
|
|
||||||
### Smarty collector
|
### Smarty collector
|
||||||
([https://github.com/Junker/php-debugbar-smarty/blob/master/LICENSE](https://github.com/Junker/php-debugbar-smarty/blob/master/LICENSE) - status 2022-07-31)
|
([https://github.com/Junker/php-debugbar-smarty/blob/master/LICENSE](https://github.com/Junker/php-debugbar-smarty/blob/master/LICENSE) - status 2022-07-31)
|
||||||
|
@ -41,10 +41,10 @@ Bitte tragen Sie den folgenden Abschnitt in die `composer.json` Ihres Projektes
|
|||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
php composer require d3/modulename:^2.0
|
php composer require d3/oxid-debugbar:^1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Sofern nötig, bestätigen Sie bitte, dass Sie `composer-symlinker` erlauben, Code auszuführen.
|
Sofern nötig, bestätigen Sie bitte, dass Sie `composer-symlinker` und `composer-patches` erlauben, Code auszuführen.
|
||||||
|
|
||||||
Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module".
|
Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module".
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "d3/debugbar",
|
"name": "d3/oxid-debugbar",
|
||||||
"description": "add the DegugBar to OXID eShop",
|
"description": "add the DegugBar to OXID eShop",
|
||||||
"type": "oxideshop-module",
|
"type": "oxideshop-module",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user