101 lines
2.6 KiB
JSON
101 lines
2.6 KiB
JSON
{
|
|
"name": "wpdesk/flexible-coupons-pro",
|
|
"description": "Flexible PDF Coupons for WooCommerce is a WooCommerce plugin with which you can create your gift cards, vouchers, or coupons in PDF format. Use it for your future marketing campaigns.",
|
|
"authors": [
|
|
{
|
|
"name": "Piotr",
|
|
"email": "piotr.potrebka@wpdesk.net"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WPDesk\\FlexibleCouponsPro\\": "src/Plugin"
|
|
},
|
|
"classmap": [
|
|
"vendor_prefixed"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests/unit",
|
|
"tests/integration"
|
|
]
|
|
},
|
|
"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,
|
|
"phpstan/extension-installer": true
|
|
},
|
|
"platform-check": false,
|
|
"gitlab-domains": [
|
|
"gitlab.wpdesk.dev"
|
|
]
|
|
},
|
|
"prefer-stable": true,
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"ext-zip": "*",
|
|
"psr/container": "^1.0",
|
|
"psr/log": "^1.1.3",
|
|
"wpdesk/wp-wpdesk-helper-override": "^1.1.0"
|
|
},
|
|
"require-dev": {
|
|
"10up/wp_mock": "*",
|
|
"codeception/module-asserts": "^1.3",
|
|
"monolog/monolog": "*",
|
|
"phpunit/phpunit": "^9",
|
|
"wpdesk/ltv-dashboard-widget": "^1.5",
|
|
"wpdesk/phpstan-rules": "^1.1",
|
|
"wpdesk/wp-canva-editor": "^1.5",
|
|
"wpdesk/wp-codeception": "^2",
|
|
"wpdesk/wp-coupons-core": "^2.6",
|
|
"wpdesk/wp-logs": "*",
|
|
"wpdesk/wp-plugin-flow-paid": "^2.0",
|
|
"wpdesk/wp-wpdesk-composer": "^3.0",
|
|
"wpdesk/wp-wpdesk-marketing": "^1.1"
|
|
},
|
|
"extra": {
|
|
"text-domain": "flexible-coupons-pro",
|
|
"translations-folder": "lang",
|
|
"translation-file-headers": {
|
|
"Project-Id-Version": "Flexible PDF Coupons Pro for WooCommerce",
|
|
"Last-Translator": "Piotr Potrebka <piotr.potrebka@wpdesk.pl>",
|
|
"X-Poedit-WPHeader": "flexible-coupons-pro.php"
|
|
},
|
|
"po-files": {
|
|
"pl_PL": "pl_PL.po",
|
|
"uk": "uk.po",
|
|
"de_DE": "de_DE.po",
|
|
"es_ES": "es_ES.po",
|
|
"es_MX": "es_MX.po",
|
|
"es_VE": "es_VE.po",
|
|
"it_IT": "it_IT.po"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo composer is alive",
|
|
"phpcs": "phpcs --warning-severity=0",
|
|
"phpcbf" : "phpcbf src",
|
|
"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": "2.5.3",
|
|
"type": "wordpress-plugin"
|
|
}
|