woocommerce-paypal-payments/modules/ppcp-session/composer.json
Anton Ukhanev 69d9631a73 Now using modularity standard v0.3
This is the newest release, and is the first one that is compatible
with PHP 8. Other changes are BC-breaking, but very very minor.
2021-08-26 11:11:49 +02:00

17 lines
415 B
JSON

{
"name": "woocommerce/ppcp-session",
"type": "dhii-mod",
"description": "Session 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\\Session\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}