48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "wpdesk\/wp-wpdesk-pickup-points",
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Pisula",
|
|
"email": "sebastian.pisula@flexibleshipping.com"
|
|
}
|
|
],
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "7.4"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"psr\/log": "^1.1",
|
|
"wpdesk\/wp-builder": "^1.4|^2"
|
|
},
|
|
"require-dev": {
|
|
"10up\/wp_mock": "*",
|
|
"mockery\/mockery": "*",
|
|
"phpunit\/phpunit": "<7",
|
|
"wp-coding-standards\/wpcs": "^0.14.1",
|
|
"squizlabs\/php_codesniffer": "^3.0.2",
|
|
"wimg\/php-compatibility": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"VendorInPost\\WPDesk\\PickupPoints\\": "src\/"
|
|
}
|
|
},
|
|
"autoload-dev": {},
|
|
"extra": {
|
|
"text-domain": "wp-wpdesk-pickup-points",
|
|
"translations-folder": "lang",
|
|
"po-files": {
|
|
"pl_PL": "pl_PL.po"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"phpcs": "phpcs",
|
|
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-html build-coverage",
|
|
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
|
|
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
|
|
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage"
|
|
}
|
|
} |