woocommerce-paypal-payments/composer.json
2020-04-10 12:55:50 +03:00

76 lines
1.9 KiB
JSON

{
"name": "inpsyde/woocommerce-paypal-commerce-gateway",
"type": "wordpress-plugin",
"description": "PayPal Commerce Platform for WooCommerce",
"license": "GPL-2.0",
"authors": [
{
"name": "Inpsyde GmbH",
"homepage": "https://inpsyde.com/",
"email": "hello@inpsyde.com",
"role": "Company"
}
],
"repositories": [
{
"type": "path",
"url": "modules.local/ppcp-button"
},
{
"type": "path",
"url": "modules.local/cache-module"
},
{
"type": "path",
"url": "modules.local/ppcp-api-client"
},
{
"type": "path",
"url": "modules.local/ppcp-wc-gateway"
},
{
"type": "path",
"url": "modules.local/ppcp-session"
}
],
"require": {
"dhii/module-interface": "0.2.x-dev",
"psr/container": "^1.0",
"inpsyde/ppcp-button": "dev-master",
"inpsyde/ppcp-wc-gateway": "dev-master",
"oomphinc/composer-installers-extender": "^1.1",
"container-interop/service-provider": "^0.4.0",
"dhii/containers": "dev-develop",
"dhii/wp-containers": "^0.1.0@alpha"
},
"require-dev": {
"inpsyde/php-coding-standards": "@stable"
},
"autoload": {
"psr-4": {
"Inpsyde\\PayPalCommerce\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"ci": [
"vendor/bin/phpcs"
]
},
"extra": {
"installer-types": [
"inpsyde-module"
],
"installer-paths": {
"modules/{$name}/": [
"type:inpsyde-module"
]
},
"hooks": {
"pre-commit": [
"vendor/bin/phpcbf"
]
}
}
}