woocommerce-paypal-payments/modules/ppcp-webhooks/composer.json
2020-09-01 14:21:58 +03:00

17 lines
399 B
JSON

{
"name": "inpsyde/ppcp-webhooks",
"type": "inpsyde-module",
"require": {
"dhii/module-interface": "0.2.x-dev"
},
"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
}