-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
19 lines (19 loc) · 630 Bytes
/
composer.json
File metadata and controls
19 lines (19 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "customgento/configurable-tier-prices",
"type": "magento-module",
"license": "OSL-3.0",
"homepage": "https://github.com/customgento/CustomGento_ConfigurableTierPrices",
"description": "Tier Prices For Configurable Products for Magento 1 changes the way Magento calculates tier prices of configurable products.",
"authors": [
{
"name":"Simon Sprankel",
"email":"simon@customgento.com"
}
],
"require": {
"magento-hackathon/magento-composer-installer":"*"
},
"require-dev": {
"ivanchepurnyi/ecomdev_phpunit": "dev-dev"
}
}