2021-02-17 12:31:40 +01:00
|
|
|
{
|
2023-10-17 16:29:56 +02:00
|
|
|
"name": "woocommerce/ppcp-wc-subscriptions",
|
2021-02-17 12:31:40 +01:00
|
|
|
"type": "dhii-mod",
|
2023-10-17 16:29:56 +02:00
|
|
|
"description": "Module for WC Subscriptions plugin integration",
|
2021-02-17 12:31:40 +01:00
|
|
|
"license": "GPL-2.0",
|
|
|
|
"require": {
|
2022-11-09 16:00:15 +02:00
|
|
|
"php": "^7.2 | ^8.0",
|
2021-02-18 09:46:26 +01:00
|
|
|
"dhii/module-interface": "^0.3.0-alpha1"
|
2021-02-17 12:31:40 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-10-17 16:29:56 +02:00
|
|
|
"WooCommerce\\PayPalCommerce\\WcSubscriptions\\": "src"
|
2021-02-17 12:31:40 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
|
|
|
}
|