mirror of
https://ghproxy.net/https://github.com/wearerequired/wp-cli-clear-opcache.git
synced 2026-02-23 23:29:31 +08:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "wearerequired/wp-cli-clear-opcache",
|
|
"description": "Use WP-CLI to clear the OPcache for a site via HTTP.",
|
|
"type": "wordpress-plugin",
|
|
"homepage": "https://github.com/wearerequired/wp-cli-clear-opcache",
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "required",
|
|
"email": "info@required.ch",
|
|
"homepage": "https://required.com",
|
|
"role": "Company"
|
|
},
|
|
{
|
|
"name": "Pascal Birchler",
|
|
"email": "pascal@required.ch",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Dominik Schilling",
|
|
"email": "dominik@required.ch",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"wordpress",
|
|
"wp-cli",
|
|
"opcache"
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"autoload": {
|
|
"files": [
|
|
"inc/namespace.php"
|
|
],
|
|
"psr-4": {
|
|
"Required\\ClearOpcache\\": "inc"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"ext-Zend-OPcache": "*"
|
|
},
|
|
"require-dev": {
|
|
"behat/behat": "~2.5"
|
|
},
|
|
"suggest": {
|
|
"wp-cli/wp-cli": "Adds a command line interface to WordPress"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"commands": [
|
|
"opcache clear",
|
|
"opcache invalidate"
|
|
],
|
|
"bundled": false
|
|
}
|
|
}
|