60 lines
No EOL
1.7 KiB
JSON
60 lines
No EOL
1.7 KiB
JSON
{
|
|
"name": "octolize\/wp-onboarding",
|
|
"description": "Onboarding",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"wordpress",
|
|
"onboarding"
|
|
],
|
|
"homepage": "https:\/\/gitlab.com\/wpdesk\/predators\/library\/wp-onboarding",
|
|
"authors": [
|
|
{
|
|
"name": "Grzegorz",
|
|
"email": "grzegorz@octolize.com"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.2"
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"php": ">=7.2",
|
|
"psr\/log": "^1.1",
|
|
"wpdesk\/wp-forms": "^2||^3",
|
|
"wpdesk\/wp-builder": "^2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^7||^8||^9",
|
|
"wp-coding-standards\/wpcs": "^0.14.1",
|
|
"squizlabs\/php_codesniffer": "^3.0.2",
|
|
"mockery\/mockery": "*",
|
|
"10up\/wp_mock": "*",
|
|
"phpcompatibility\/php-compatibility": "^9.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FSVendor\\Octolize\\Onboarding\\": "src\/Onboarding"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests\/unit"
|
|
]
|
|
},
|
|
"extra": {
|
|
"text-domain": "wp-onboarding",
|
|
"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"
|
|
}
|
|
} |