Added support for Composer
This commit is contained in:
33
composer.json
Normal file
33
composer.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "shopkeeper/module-vendor-notes",
|
||||
"description": "Magento 2 module that adds vendor notes to orders",
|
||||
"type": "magento2-module",
|
||||
"license": "MIT",
|
||||
"version": "1.1.0",
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"magento/framework": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Shopkeeper\\VendorNotes\\": ""
|
||||
},
|
||||
"files": [
|
||||
"registration.php"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Shopkeeper Dev",
|
||||
"email": "dev@example.com"
|
||||
}
|
||||
],
|
||||
"extra": {
|
||||
"map": [
|
||||
[
|
||||
"",
|
||||
"app/code/Shopkeeper/VendorNotes"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user