2020-03-19 16:47:08 +01:00
|
|
|
{
|
2020-09-11 10:20:12 +03:00
|
|
|
"name": "inpsyde/paypal-payments-for-woocommerce",
|
2020-03-19 16:47:08 +01:00
|
|
|
"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"
|
|
|
|
}
|
2020-07-01 08:24:43 +03:00
|
|
|
],
|
2020-03-19 16:47:08 +01:00
|
|
|
"require": {
|
2020-09-16 10:18:45 +03:00
|
|
|
"dhii/module-interface": "0.1",
|
2020-04-02 08:38:00 +03:00
|
|
|
"psr/container": "^1.0",
|
|
|
|
"oomphinc/composer-installers-extender": "^1.1",
|
|
|
|
"container-interop/service-provider": "^0.4.0",
|
2020-09-16 10:33:22 +03:00
|
|
|
"dhii/containers": "v0.1.0-alpha1",
|
|
|
|
"dhii/wp-containers": "v0.1.0-alpha1",
|
2020-07-09 16:31:06 +03:00
|
|
|
"psr/log": "^1.1",
|
2020-09-11 13:38:02 +03:00
|
|
|
"ext-json": "*"
|
2020-03-19 16:47:08 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-08-27 11:07:01 +03:00
|
|
|
"woocommerce/woocommerce-sniffs": "^0.1.0",
|
2020-04-28 15:03:25 +03:00
|
|
|
"phpunit/phpunit": "^9.1",
|
|
|
|
"brain/monkey": "^2.4"
|
2020-03-19 16:47:08 +01:00
|
|
|
},
|
2020-09-01 15:27:18 +03:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"modules/",
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
2020-04-28 15:03:25 +03:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2020-09-14 07:51:45 +03:00
|
|
|
"WooCommerce\\PayPalCommerce\\": "tests/PHPUnit/"
|
2020-04-28 15:03:25 +03:00
|
|
|
}
|
|
|
|
},
|
2020-03-19 16:47:08 +01:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"scripts": {
|
|
|
|
"ci": [
|
|
|
|
"vendor/bin/phpcs"
|
2020-04-28 15:03:25 +03:00
|
|
|
],
|
|
|
|
"unit": "./vendor/bin/phpunit --coverage-html build/coverage-report"
|
2020-04-02 08:38:00 +03:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"installer-types": [
|
|
|
|
"inpsyde-module"
|
|
|
|
],
|
|
|
|
"installer-paths": {
|
|
|
|
"modules/{$name}/": [
|
|
|
|
"type:inpsyde-module"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": [
|
|
|
|
"vendor/bin/phpcbf"
|
|
|
|
]
|
|
|
|
}
|
2020-03-19 16:47:08 +01:00
|
|
|
}
|
|
|
|
}
|