mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:47:21 +08:00
27 lines
606 B
JSON
27 lines
606 B
JSON
{
|
|
"name": "inpsyde/ppcp-onboarding",
|
|
"type": "inpsyde-module",
|
|
"require": {
|
|
"dhii/module-interface": "0.2.x-dev"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Inpsyde\\PayPalCommerce\\Onboarding\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Inpsyde\\PayPalCommerce\\Onboarding\\": "tests/PHPUnit"
|
|
}
|
|
},
|
|
"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
|
|
}
|