Skip to content

Commit a31643f

Browse files
committed
Normalize composer.json file
1 parent 8b3d7c1 commit a31643f

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

composer.json

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "wp-cli/search-replace-command",
3-
"description": "Searches/replaces strings in the database.",
43
"type": "wp-cli-package",
4+
"description": "Searches/replaces strings in the database.",
55
"homepage": "https://github.com/wp-cli/search-replace-command",
6-
"support": {
7-
"issues": "https://github.com/wp-cli/search-replace-command/issues"
8-
},
96
"license": "MIT",
107
"authors": [
118
{
@@ -14,20 +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-
},
23-
"files": [ "search-replace-command.php" ]
24-
},
2514
"require": {
2615
"wp-cli/wp-cli": "^2"
2716
},
2817
"require-dev": {
2918
"wp-cli/wp-cli-tests": "^0"
3019
},
20+
"config": {
21+
"sort-packages": true
22+
},
3123
"extra": {
3224
"branch-alias": {
3325
"dev-master": "1.x-dev"
@@ -37,17 +29,30 @@
3729
"search-replace"
3830
]
3931
},
32+
"autoload": {
33+
"psr-4": {
34+
"": "src/"
35+
},
36+
"files": [
37+
"search-replace-command.php"
38+
]
39+
},
40+
"minimum-stability": "dev",
41+
"prefer-stable": true,
4042
"scripts": {
43+
"behat": "run-behat-tests",
4144
"lint": "run-linter-tests",
4245
"phpcs": "run-phpcs-tests",
4346
"phpunit": "run-php-unit-tests",
44-
"behat": "run-behat-tests",
4547
"prepare-tests": "install-package-tests",
4648
"test": [
4749
"@lint",
4850
"@phpcs",
4951
"@phpunit",
5052
"@behat"
5153
]
54+
},
55+
"support": {
56+
"issues": "https://github.com/wp-cli/search-replace-command/issues"
5257
}
5358
}

0 commit comments

Comments
 (0)