26 lines
607 B
JSON
26 lines
607 B
JSON
{
|
|
"name": "soundpress/whiorders",
|
|
"description": "An integration with WHI's Orderlink API",
|
|
"require": {
|
|
"php": "^8",
|
|
"magento/product-community-edition": "2.4.*"
|
|
},
|
|
"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\\": ""
|
|
}
|
|
}
|
|
} |