mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-28 08:02:16 +08:00
modified: composer.lock modified: mu-plugin/v-sys-plugin-updater-mu.php modified: mu-plugin/v-sys-plugin-updater.php modified: mu-plugin/v-sys-theme-updater-mu.php modified: mu-plugin/v-sys-theme-updater.php modified: tests/ApiKeyHelperTest.php modified: update-api/app/Controllers/ApiController.php modified: update-api/app/Controllers/HomeController.php deleted: update-api/app/Controllers/KeyController.php modified: update-api/app/Core/Router.php modified: update-api/app/Models/HostsModel.php modified: update-api/config.php modified: update-api/public/install.php deleted: update-api/storage/test.sqlite
30 lines
950 B
JSON
30 lines
950 B
JSON
{
|
|
"name": "php-stubs/wp-cli-stubs",
|
|
"description": "WP-CLI function and class declaration stubs for static analysis.",
|
|
"keywords": [
|
|
"wp-cli",
|
|
"wordpress",
|
|
"static analysis",
|
|
"phpstan"
|
|
],
|
|
"homepage": "https://github.com/php-stubs/wp-cli-stubs",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0"
|
|
},
|
|
"require-dev": {
|
|
"php": "~7.3 || ~8.0",
|
|
"php-stubs/generator": "^0.8.0"
|
|
},
|
|
"suggest": {
|
|
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan",
|
|
"symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"scripts": {
|
|
"cleanup": "git status --short --ignored | sed -n -e 's#^!! ##p' | xargs -r rm -vrf"
|
|
},
|
|
"scripts-descriptions": {
|
|
"cleanup": "Remove all ignored files."
|
|
}
|
|
}
|