51 lines
No EOL
1.4 KiB
JSON
51 lines
No EOL
1.4 KiB
JSON
{
|
|
"name": "wpdesk\/wp-builder",
|
|
"authors": [
|
|
{
|
|
"name": "Krzysiek",
|
|
"email": "krzysiek@wpdesk.pl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4 || ^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9",
|
|
"10up\/wp_mock": "^1",
|
|
"wpdesk\/wp-code-sniffer": "^1",
|
|
"wpdesk\/phpstan-rules": "^1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FSVendor\\WPDesk\\PluginBuilder\\": "src\/"
|
|
},
|
|
"classmap": [
|
|
"src\/Plugin\/WithoutNamespace"
|
|
]
|
|
},
|
|
"extra": {
|
|
"text-domain": "wpdesk-wp-builder",
|
|
"translations-folder": "lang",
|
|
"po-files": {
|
|
"pl_PL": "pl_PL.po"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"phpcs": "phpcs",
|
|
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
|
|
"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"
|
|
},
|
|
"archive": {
|
|
"exclude": [
|
|
"\/tests"
|
|
]
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect\/phpcodesniffer-composer-installer": true,
|
|
"phpstan\/extension-installer": true
|
|
}
|
|
}
|
|
} |