mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-24 01:00:35 +08:00
20 lines
535 B
JSON
20 lines
535 B
JSON
{
|
|
"name": "woocommerce-paypal-payments/tests",
|
|
"description": "Private test dependencies for WooCommerce PayPal Payments tests",
|
|
"type": "project",
|
|
"repositories": {
|
|
"packagist.org": false,
|
|
"private-packagist": {
|
|
"type": "composer",
|
|
"url": "https://repo.packagist.com/inpsyde/"
|
|
}
|
|
},
|
|
"require": {
|
|
"inpsyde-mirror/woocommerce-subscriptions": "^7.9"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
}
|
|
}
|
|
}
|