-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 915 Bytes
/
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
{
"name": "ratenkaufbyeasycredit/woocommerce",
"description": "ratenkauf by easyCredit Plugin for wooCommerce",
"keywords": ["wordpress", "plugin"],
"homepage": "https://netzkollektiv.com",
"license": "MIT",
"authors": [
{
"name": "NETZKOLLEKTIV",
"email": "[email protected]",
"homepage": "https://netzkollektiv.com"
}
],
"type": "wordpress-plugin",
"require": {
"netzkollektiv/ratenkaufbyeasycredit-api-v3-php": "^1.3",
"guzzlehttp/psr7": "1.8.2"
},
"require-dev": {
"phpunit/phpunit": "~9",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.1",
"php-stubs/woocommerce-stubs": "^7.4",
"php-stubs/wordpress-tests-stubs": "^6.1",
"symplify/easy-coding-standard": "^11.2"
},
"config": {
"vendor-dir": "src/woocommerce-gateway-ratenkaufbyeasycredit/vendor"
}
}