Changed name in composer.json.
This commit is contained in:
@@ -149,7 +149,7 @@ Add this to your Magento project's `composer.json` repositories section:
|
|||||||
Then require the package:
|
Then require the package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require shopkeeper/module-vendor-notes:1.1.0
|
composer require shopkeeper/vendornotes:1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
2) VCS repository
|
2) VCS repository
|
||||||
@@ -166,7 +166,7 @@ If this module is hosted in a Git repository (GitHub/GitLab/etc.), add a VCS ent
|
|||||||
Then require it the same way:
|
Then require it the same way:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require shopkeeper/module-vendor-notes:dev-main
|
composer require shopkeeper/vendornotes:dev-main
|
||||||
```
|
```
|
||||||
|
|
||||||
After installing, run these Magento commands from your project root:
|
After installing, run these Magento commands from your project root:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "shopkeeper/module-vendor-notes",
|
"name": "shopkeeper/vendornotes",
|
||||||
"description": "Magento 2 module that adds vendor notes to orders",
|
"description": "Magento 2 module that adds vendor notes to orders",
|
||||||
"type": "magento2-module",
|
"type": "magento2-module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user