-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
52 lines (52 loc) · 1.61 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "oyst/oyst-1click-magento",
"description": "Official Magento Plugin to use the 1-Click payment.",
"type": "magento-module",
"homepage": "https://github.com/oystparis/oyst-1click-magento/",
"keywords": ["magento", "oyst", "api", "php", "payment", "1-click", "catalog", "order", "module"],
"authors": [
{
"name": "Oyst Team",
"email": "[email protected]"
}
],
"config": {
"optimize-autoloader": true
},
"require": {
"php": ">=5.3",
"magento-hackathon/magento-composer-installer": "*"
},
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": "4.1.*@dev",
"firegento/mage-ci": "dev-master",
"squizlabs/php_codesniffer": "^2.2 || ^3.0",
"magento-ecg/coding-standard": "dev-php-5.3-compatible || ^3.1",
"sebastian/phpdcd": "*",
"sebastian/phpcpd": "*",
"phpmd/phpmd": "*",
"phploc/phploc": "*",
"wimg/php-compatibility": "*",
"simplyadmire/composer-plugins": "@dev"
},
"repositories": {
"firegento": {
"type": "composer",
"url": "https://packages.firegento.com"
}
},
"scripts": {
"post-install-cmd": [
"./lib/Oyst/get-sdk.sh"
],
"post-update-cmd": [
"./lib/Oyst/get-sdk.sh"
]
},
"support": {
"issues": "https://github.com/oystparis/oyst-1click-magento/issues",
"source": "https://github.com/oystparis/oyst-1click-magento",
"build": "https://travis-ci.org/oystparis/oyst-1click-magento"
}
}