Skip to content

Commit 7a88c0c

Browse files
committed
Formatting fixes
1 parent 58fe6d5 commit 7a88c0c

File tree

1 file changed

+27
-18
lines changed

1 file changed

+27
-18
lines changed

composer.json

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"wp-cli/wp-cli": "^2.13"
15+
"wp-cli/wp-cli": "^2.13"
1616
},
1717
"require-dev": {
1818
"wp-cli/cache-command": "^1 || ^2",
@@ -177,6 +177,13 @@
177177
"site meta pluck",
178178
"site meta update",
179179
"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",
180187
"site private",
181188
"site public",
182189
"site spam",
@@ -200,6 +207,7 @@
200207
"term meta patch",
201208
"term meta pluck",
202209
"term meta update",
210+
"term migrate",
203211
"term recount",
204212
"term update",
205213
"user",
@@ -213,6 +221,7 @@
213221
"user application-password list",
214222
"user application-password record-usage",
215223
"user application-password update",
224+
"user check-password",
216225
"user create",
217226
"user delete",
218227
"user exists",
@@ -253,35 +262,35 @@
253262
},
254263
"autoload": {
255264
"classmap": [
256-
"src/"
265+
"src/"
257266
],
258267
"exclude-from-classmap": [
259268
"src/Compat/WP_HTML_Span.php",
260269
"src/Compat/WP_Block_Processor.php",
261270
"src/Compat/polyfills.php"
262271
],
263272
"files": [
264-
"entity-command.php"
273+
"entity-command.php"
265274
]
266275
},
267276
"minimum-stability": "dev",
268277
"prefer-stable": true,
269278
"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+
]
285294
},
286295
"support": {
287296
"issues": "https://github.com/wp-cli/entity-command/issues"

0 commit comments

Comments
 (0)