26 lines
617 B
JSON
26 lines
617 B
JSON
{
|
|
"name": "soundpress/whiorders",
|
|
"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\\": ""
|
|
}
|
|
}
|
|
} |