92 lines
2.1 KiB
JSON
92 lines
2.1 KiB
JSON
{
|
|
"name": "wpdesk/woocommerce-active-payments",
|
|
"authors": [
|
|
{
|
|
"name": "Marcin",
|
|
"email": "marcin.kolanko@wpdesk.pl"
|
|
}
|
|
],
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "7.4.33"
|
|
},
|
|
"allow-plugins": {
|
|
"cweagans/composer-patches": true,
|
|
"kylekatarnls/update-helper": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"wpdesk/wp-codeception": true,
|
|
"wpdesk/wp-wpdesk-composer": true
|
|
},
|
|
"platform-check": false,
|
|
"gitlab-domains": ["gitlab.wpdesk.dev"]
|
|
},
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"psr/log": "^1.0.1",
|
|
"monolog/monolog": "^1.23",
|
|
"wpdesk/wp-wpdesk-helper-override": "^1.1.0"
|
|
},
|
|
"prefer-stable": true,
|
|
"minimum-stability": "stable",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"mockery/mockery": "*",
|
|
"10up/wp_mock": "*",
|
|
"wimg/php-compatibility": "^8",
|
|
"wpdesk/wp-plugin-flow-paid": "^2",
|
|
"wpdesk/wp-wpdesk-composer": "^3",
|
|
"wpdesk/wp-codeception": "^2",
|
|
"wpdesk/ltv-dashboard-widget": "^1"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"vendor_prefixed"
|
|
],
|
|
"psr-4": {
|
|
"WPDesk\\ActivePayments\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/"
|
|
]
|
|
},
|
|
"extra": {
|
|
"text-domain": "woocommerce-active-payments",
|
|
"translations-folder": "lang",
|
|
"translation-file-headers": {
|
|
"Project-Id-Version": "WooCommerce Active Payments",
|
|
"Last-Translator": "Marcin Kolanko <marcin.kolanko@wpdesk.net>",
|
|
"X-Poedit-WPHeader": "activepayments.php"
|
|
},
|
|
"po-files": {
|
|
"pl_PL": "pl_PL.po"
|
|
},
|
|
"minify-assets": {
|
|
"js": [
|
|
"assets/js/admin.js",
|
|
"assets/js/front.js"
|
|
],
|
|
"css": [
|
|
"assets/css/admin.css"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo composer is alive",
|
|
"phpcs": "phpcs",
|
|
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
|
|
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
|
|
"docs": "apigen generate"
|
|
},
|
|
"repositories": {
|
|
"wpdesk": {
|
|
"type": "composer",
|
|
"url": "https://gitlab.wpdesk.dev/api/v4/group/wpdesk/-/packages/composer/"
|
|
}
|
|
},
|
|
"version": "3.9.18",
|
|
"type": "wordpress-plugin"
|
|
}
|