-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
41 lines (41 loc) · 1.13 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
{
"type": "wordpress-plugin",
"repositories": [
{
"type": "git",
"url": "https://github.com/Automattic/woocommerce-subscriptions-core.git"
}
],
"require": {
"corvuspay/corvuspay_wallet_php_sdk": "^1.4",
"psr/log": "1.*"
},
"require-dev": {
"oblak/wordpress-coding-standard": "^1.1.1",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.4",
"php-stubs/woocommerce-stubs": "^8.8",
"php-stubs/wordpress-stubs": "^6.5",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"swissspidy/phpstan-no-private": "^0.2.0",
"symfony/var-dumper": "^5.4",
"szepeviktor/phpstan-wordpress": "^1.3",
"woocommerce/subscriptions-core": "^7.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"composer/installers": true
}
},
"extra": {
"installer-paths": {
"vendor/woocommerce/subscriptions-core/": [
"woocommerce/subscriptions-core"
]
}
}
}