Skip to content

Commit 2f0aa4e

Browse files
committed
Normalize composer.json file
1 parent 3e7a36f commit 2f0aa4e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

composer.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@
77
],
88
"homepage": "https://wp-cli.org",
99
"license": "MIT",
10-
"support": {
11-
"issues": "https://github.com/wp-cli/wp-cli-bundle/issues",
12-
"source": "https://github.com/wp-cli/wp-cli-bundle",
13-
"docs": "https://make.wordpress.org/cli/handbook/"
14-
},
15-
"config": {
16-
"platform": {
17-
"php": "5.4"
18-
},
19-
"process-timeout": 7200,
20-
"sort-packages": true
21-
},
22-
"minimum-stability": "dev",
23-
"prefer-stable": true,
2410
"require": {
2511
"php": ">=5.4",
2612
"wp-cli/cache-command": "^1.0",
@@ -52,35 +38,49 @@
5238
"roave/security-advisories": "dev-master",
5339
"wp-cli/wp-cli-tests": "^0"
5440
},
41+
"suggest": {
42+
"psy/psysh": "Enhanced `wp shell` functionality"
43+
},
44+
"config": {
45+
"platform": {
46+
"php": "5.4"
47+
},
48+
"process-timeout": 7200,
49+
"sort-packages": true
50+
},
51+
"extra": {
52+
"branch-alias": {
53+
"dev-master": "2.0.x-dev"
54+
}
55+
},
5556
"repositories": [
5657
{
5758
"type": "path",
5859
"url": "../wp-cli-refactor"
5960
}
6061
],
61-
"suggest": {
62-
"psy/psysh": "Enhanced `wp shell` functionality"
63-
},
62+
"minimum-stability": "dev",
63+
"prefer-stable": true,
6464
"scripts": {
6565
"post-install-cmd": [
6666
"./utils/git-setup-pre-commit-hook"
6767
],
68+
"behat": "run-behat-tests",
6869
"lint": "run-linter-tests",
6970
"phpcs": "run-phpcs-tests",
7071
"phpunit": "run-php-unit-tests",
71-
"behat": "run-behat-tests",
72+
"placeholder": "value",
7273
"prepare-tests": "install-package-tests",
7374
"test": [
7475
"@lint",
7576
"@phpcs",
7677
"@phpunit",
7778
"@behat"
78-
],
79-
"placeholder": "value"
79+
]
8080
},
81-
"extra": {
82-
"branch-alias": {
83-
"dev-master": "2.0.x-dev"
84-
}
81+
"support": {
82+
"issues": "https://github.com/wp-cli/wp-cli-bundle/issues",
83+
"source": "https://github.com/wp-cli/wp-cli-bundle",
84+
"docs": "https://make.wordpress.org/cli/handbook/"
8585
}
8686
}

0 commit comments

Comments
 (0)