Initial commit
This commit is contained in:
26
composer.json
Normal file
26
composer.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "soundpress/whi-orders",
|
||||
"description": "An integration with WHI's Orderlink API",
|
||||
"require": {
|
||||
"php": "8.1|8.2",
|
||||
"magento/project-community-edition": "2.4.6-p9"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tom Raterman",
|
||||
"email": "tom@soundpress.com",
|
||||
"homepage": "https://www.soundpress.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"type": "magento2-module",
|
||||
"license": "proprietary",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"registration.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"SoundPress\\WhiOrders\\": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user