43 lines
No EOL
1.3 KiB
JSON
43 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "wpdesk\/wp-pointer",
|
|
"description": "Library for displaying Wordpress pointer messages.",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"wordpress",
|
|
"pointer",
|
|
"admin"
|
|
],
|
|
"homepage": "https:\/\/gitlab.com\/wpdesk\/wp-pointer",
|
|
"minimum-stability": "stable",
|
|
"authors": [
|
|
{
|
|
"name": "grola",
|
|
"email": "grola@wpdesk.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"wpdesk\/wp-builder": "^1.1|^2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "<7",
|
|
"wp-coding-standards\/wpcs": "^0.14.1",
|
|
"squizlabs\/php_codesniffer": "^3.0.2",
|
|
"mockery\/mockery": "*",
|
|
"10up\/wp_mock": "*",
|
|
"wimg\/php-compatibility": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FSVendor\\WPDesk\\Pointer\\": "src\/WPDesk\/Pointer\/"
|
|
}
|
|
},
|
|
"autoload-dev": {},
|
|
"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"
|
|
}
|
|
} |