mirror of
https://gh.wpcy.net/https://github.com/igorhrcek/wp-cli-secure-command.git
synced 2026-04-29 17:48:31 +08:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "igor/wp_cli_secure_command",
|
|
"description": "Manages WordPress security rules in .htaccess and/or nginx.conf files",
|
|
"homepage": "https://github.com/igorhrcek/wp-cli-secure-command",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Igor Hrcek",
|
|
"email": "igor@hrcek.rs"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"wp-cli/wp-cli": "^2.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WP_CLI_Secure\\": "src/"
|
|
},
|
|
"files": [ "secure-command.php" ]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/guzzle": "^7.0",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^9.5",
|
|
"vlucas/phpdotenv": "^5.4",
|
|
"wp-cli/wp-cli-bundle": "*",
|
|
"wp-cli/wp-cli-tests": "^3.1"
|
|
},
|
|
"support": {
|
|
"issues": "https://github.com/igorhrcek/wp-cli-secure-command/issues"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
}
|
|
}
|