Skip to content

Commit 6fa187d

Browse files
committed
Normalize composer.json file
1 parent be81041 commit 6fa187d

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

composer.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "wp-cli/entity-command",
3-
"description": "Manage WordPress core entities.",
43
"type": "wp-cli-package",
4+
"description": "Manage WordPress core entities.",
55
"homepage": "https://github.com/wp-cli/entity-command",
6-
"support": {
7-
"issues": "https://github.com/wp-cli/entity-command/issues"
8-
},
96
"license": "MIT",
107
"authors": [
118
{
@@ -14,21 +11,15 @@
1411
"homepage": "https://runcommand.io"
1512
}
1613
],
17-
"minimum-stability": "dev",
18-
"prefer-stable": true,
19-
"autoload": {
20-
"psr-4": {
21-
"": "src/",
22-
"WP_CLI\\": "src/WP_CLI"
23-
},
24-
"files": [ "entity-command.php" ]
25-
},
2614
"require": {
2715
"wp-cli/wp-cli": "^2"
2816
},
2917
"require-dev": {
3018
"wp-cli/wp-cli-tests": "^0"
3119
},
20+
"config": {
21+
"sort-packages": true
22+
},
3223
"extra": {
3324
"branch-alias": {
3425
"dev-master": "1.x-dev"
@@ -185,17 +176,31 @@
185176
"user update"
186177
]
187178
},
179+
"autoload": {
180+
"psr-4": {
181+
"": "src/",
182+
"WP_CLI\\": "src/WP_CLI"
183+
},
184+
"files": [
185+
"entity-command.php"
186+
]
187+
},
188+
"minimum-stability": "dev",
189+
"prefer-stable": true,
188190
"scripts": {
191+
"behat": "run-behat-tests",
189192
"lint": "run-linter-tests",
190193
"phpcs": "run-phpcs-tests",
191194
"phpunit": "run-php-unit-tests",
192-
"behat": "run-behat-tests",
193195
"prepare-tests": "install-package-tests",
194196
"test": [
195197
"@lint",
196198
"@phpcs",
197199
"@phpunit",
198200
"@behat"
199201
]
202+
},
203+
"support": {
204+
"issues": "https://github.com/wp-cli/entity-command/issues"
200205
}
201206
}

0 commit comments

Comments
 (0)