forked from gokalakal/woocommerce-gateway-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 832 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 832 Bytes
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
{
"name": "woocommerce/woocommerce-gateway-stripe",
"description": "Take credit card payments on your store using Stripe.",
"homepage": "https://woocommerce.com/products/woocommerce-gateway-stripe/",
"license": "GPL-2.0-or-later",
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
}
},
"require-dev": {
"composer/installers": "1.9.0",
"phpunit/phpunit": "9.6.22",
"yoast/phpunit-polyfills": "^2.0",
"woocommerce/woocommerce-sniffs": "1.0.0",
"wp-cli/wp-cli-bundle": "2.5.0"
},
"autoload-dev": {
"psr-4": {
"WooCommerce\\Stripe\\Tests\\": "tests/phpunit/"
}
},
"extra": {
"installer-disable": true
}
}