mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-07-29 02:07:27 +08:00
16 lines
418 B
JSON
16 lines
418 B
JSON
{
|
|
"name": "woocommerce/ppcp-order-endpoints",
|
|
"type": "dhii-mod",
|
|
"description": "Shared order WC-AJAX endpoints (v5/v6 SDK frontends) for PPCP",
|
|
"license": "GPL-2.0",
|
|
"require": {
|
|
"php": "^7.4 | ^8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WooCommerce\\PayPalCommerce\\OrderEndpoints\\": "src"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|