This repository has been archived by the owner on Nov 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
56 lines (56 loc) · 1.53 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
53
54
55
56
{
"name": "wp-pay-gateways/mollie-ideal-basic",
"description": "[DEPRECATED] Mollie - iDEAL Basic driver for the WordPress payment processing library.",
"keywords": ["deprecated", "wordpress", "wp", "pay", "mollie", "ideal", "lite", "basic", "gateway", "pronamic"],
"homepage": "http://www.wp-pay.org/gateways/mollie-ideal-basic/",
"license": "GPL",
"authors": [
{
"name": "Pronamic",
"email": "info@pronamic.eu",
"homepage": "http://www.pronamic.eu/",
"role": "Company"
},
{
"name": "Remco Tolsma",
"email": "info@remcotolsma.nl",
"homepage": "http://www.remcotolsma.nl/",
"role": "Developer"
}
],
"support": {
"email": "support@wp-pay.org",
"issues": "https://github.com/wp-pay-gateways/mollie-ideal-basic/issues",
"source": "https://github.com/wp-pay-gateways/mollie-ideal-basic"
},
"autoload": {
"classmap": ["src/"]
},
"require": {
"php": ">=5.2.4",
"xrstf/composer-php52": "1.*",
"wp-pay/core": "^1.3.5",
"wp-pay-gateways/common": "^1.0.2",
"wp-pay-gateways/ideal": "^1.1.1",
"wp-pay-gateways/ideal-basic": "^1.1.2"
},
"require-dev": {
"phpmd/phpmd": "^2.2.3",
"satooshi/php-coveralls": "^0.7.1",
"squizlabs/php_codesniffer": "^2.2.0",
"wp-coding-standards/wpcs": "0.9.0",
"wp-cli/wp-cli": "^0.21.1"
},
"scripts": {
"post-install-cmd": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
],
"post-update-cmd": [
"xrstf\\Composer52\\Generator::onPostInstallCmd"
],
"post-autoload-dump": [
"xrstf\\Composer52\\Generator::onPostInstallCmd",
"bin/install-wpcs"
]
}
}