|
12 | 12 | } |
13 | 13 | ], |
14 | 14 | "require": { |
15 | | - "wp-cli/wp-cli": "^2.13" |
| 15 | + "wp-cli/wp-cli": "^2.13" |
16 | 16 | }, |
17 | 17 | "require-dev": { |
18 | 18 | "wp-cli/cache-command": "^1 || ^2", |
|
177 | 177 | "site meta pluck", |
178 | 178 | "site meta update", |
179 | 179 | "site option", |
| 180 | + "site option add", |
| 181 | + "site option delete", |
| 182 | + "site option get", |
| 183 | + "site option list", |
| 184 | + "site option patch", |
| 185 | + "site option pluck", |
| 186 | + "site option update", |
180 | 187 | "site private", |
181 | 188 | "site public", |
182 | 189 | "site spam", |
|
200 | 207 | "term meta patch", |
201 | 208 | "term meta pluck", |
202 | 209 | "term meta update", |
| 210 | + "term migrate", |
203 | 211 | "term recount", |
204 | 212 | "term update", |
205 | 213 | "user", |
|
213 | 221 | "user application-password list", |
214 | 222 | "user application-password record-usage", |
215 | 223 | "user application-password update", |
| 224 | + "user check-password", |
216 | 225 | "user create", |
217 | 226 | "user delete", |
218 | 227 | "user exists", |
|
253 | 262 | }, |
254 | 263 | "autoload": { |
255 | 264 | "classmap": [ |
256 | | - "src/" |
| 265 | + "src/" |
257 | 266 | ], |
258 | 267 | "exclude-from-classmap": [ |
259 | 268 | "src/Compat/WP_HTML_Span.php", |
260 | 269 | "src/Compat/WP_Block_Processor.php", |
261 | 270 | "src/Compat/polyfills.php" |
262 | 271 | ], |
263 | 272 | "files": [ |
264 | | - "entity-command.php" |
| 273 | + "entity-command.php" |
265 | 274 | ] |
266 | 275 | }, |
267 | 276 | "minimum-stability": "dev", |
268 | 277 | "prefer-stable": true, |
269 | 278 | "scripts": { |
270 | | - "behat": "run-behat-tests", |
271 | | - "behat-rerun": "rerun-behat-tests", |
272 | | - "lint": "run-linter-tests", |
273 | | - "phpcs": "run-phpcs-tests", |
274 | | - "phpstan": "run-phpstan-tests", |
275 | | - "phpunit": "run-php-unit-tests", |
276 | | - "phpcbf": "run-phpcbf-cleanup", |
277 | | - "prepare-tests": "install-package-tests", |
278 | | - "test": [ |
279 | | - "@lint", |
280 | | - "@phpcs", |
281 | | - "@phpstan", |
282 | | - "@phpunit", |
283 | | - "@behat" |
284 | | - ] |
| 279 | + "behat": "run-behat-tests", |
| 280 | + "behat-rerun": "rerun-behat-tests", |
| 281 | + "lint": "run-linter-tests", |
| 282 | + "phpcs": "run-phpcs-tests", |
| 283 | + "phpstan": "run-phpstan-tests", |
| 284 | + "phpunit": "run-php-unit-tests", |
| 285 | + "phpcbf": "run-phpcbf-cleanup", |
| 286 | + "prepare-tests": "install-package-tests", |
| 287 | + "test": [ |
| 288 | + "@lint", |
| 289 | + "@phpcs", |
| 290 | + "@phpstan", |
| 291 | + "@phpunit", |
| 292 | + "@behat" |
| 293 | + ] |
285 | 294 | }, |
286 | 295 | "support": { |
287 | 296 | "issues": "https://github.com/wp-cli/entity-command/issues" |
|
0 commit comments