Skip to content

Commit 90e645f

Browse files
committed
add temporary repo
1 parent 2d4ab89 commit 90e645f

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

composer.json

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
],
1010
"homepage": "https://github.com/wp-cli/wp-super-cache-cli",
1111
"license": "MIT",
12-
"authors": [{
13-
"name": "WP-CLI Team",
14-
"homepage": "http://github.com/wp-cli",
15-
"role": "Developer"
16-
}],
12+
"authors": [
13+
{
14+
"name": "WP-CLI Team",
15+
"homepage": "http://github.com/wp-cli",
16+
"role": "Developer"
17+
}
18+
],
1719
"require": {
1820
"php": ">=5.4",
1921
"wp-cli/package-command": "^2",
@@ -22,14 +24,6 @@
2224
"require-dev": {
2325
"wp-cli/extension-command": "^2",
2426
"wp-cli/wp-cli-tests": "2"
25-
},
26-
"autoload": {
27-
"psr-4": {
28-
"": "src/"
29-
},
30-
"files": [
31-
"wp-super-cache-cli.php"
32-
]
3327
},
3428
"config": {
3529
"platform": {
@@ -38,6 +32,20 @@
3832
"process-timeout": 7200,
3933
"sort-packages": true
4034
},
35+
"autoload": {
36+
"psr-4": {
37+
"": "src/"
38+
},
39+
"files": [
40+
"wp-super-cache-cli.php"
41+
]
42+
},
43+
"repositories": [
44+
{
45+
"type": "vcs",
46+
"url": "https://github.com/wojsmol/wp-super-cache-cli"
47+
}
48+
],
4149
"minimum-stability": "dev",
4250
"prefer-stable": true,
4351
"scripts": {

0 commit comments

Comments
 (0)