Add missing module Composer config

This commit is contained in:
Anton Ukhanev 2021-08-30 07:46:24 +02:00
parent 6652ff317f
commit 28005c9bb0

View file

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