Add paylater-configurator module

This commit is contained in:
Alex P 2023-12-21 09:55:57 +02:00
parent fc1b5e9a1e
commit ace58578a0
No known key found for this signature in database
GPG key ID: 54487A734A204D71
12 changed files with 2427 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
"name": "woocommerce/ppcp-paylater-configurator",
"type": "dhii-mod",
"description": "Pay Later Messaging configurator module for PPCP",
"license": "GPL-2.0",
"require": {
"php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\PayLaterConfigurator\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}