mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"name": "inpsyde/ppcp-wc-gateway",
|
|
"type": "inpsyde-module",
|
|
"require": {
|
|
"dhii/module-interface": "0.2.x-dev",
|
|
"inpsyde/ppcp-session": "dev-master",
|
|
"inpsyde/ppcp-admin-notices": "dev-master",
|
|
"inpsyde/ppcp-api-client": "dev-master"
|
|
},
|
|
"scripts": {
|
|
"unit": "./vendor/bin/phpunit --coverage-html build/coverage-report"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.1",
|
|
"brain/monkey": "^2.4",
|
|
"inpsyde/php-coding-standards": "^1"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|