55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "wpdesk\/wp-wpdesk-license",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Krzysiek",
|
|
"email": "krzysiek@wpdesk.pl"
|
|
}
|
|
],
|
|
"license": "proprietary",
|
|
"require": {
|
|
"php": ">=7.4 || ^8",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"psr\/log": "^1 || ^2 || ^3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9",
|
|
"wpdesk\/wp-code-sniffer": "^1",
|
|
"wpdesk\/phpstan-rules": "^1",
|
|
"10up\/wp_mock": "^1"
|
|
},
|
|
"suggest": {
|
|
"wpdesk\/wp-logs": "^1.10"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Przelewy24Vendor\\WPDesk\\License\\": "src\/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"text-domain": "wp-wpdesk-license",
|
|
"translations-folder": "lang",
|
|
"po-files": {
|
|
"pl_PL": "pl_PL.po",
|
|
"de_DE": "de_DE.po"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
|
|
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
|
|
"lint:phpstan": "phpstan analyze --level 6 src",
|
|
"lint:style": "phpcs",
|
|
"lint": [
|
|
"@lint:phpstan",
|
|
"@lint:style"
|
|
]
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect\/phpcodesniffer-composer-installer": true,
|
|
"phpstan\/extension-installer": true
|
|
}
|
|
}
|
|
} |