Skip to content

Commit aed509a

Browse files
committed
more composer updates for packagist
1 parent 4a68ec7 commit aed509a

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

composer.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,28 @@
66
"type": "wordpress-plugin",
77
"version": "master",
88
"authors": [
9-
{
10-
"name": "David Ryan",
11-
"email": "[email protected]",
12-
"homepage": "https://daveryan.io",
13-
"role": "Developer"
14-
}
9+
{
10+
"name": "David Ryan",
11+
"email": "[email protected]",
12+
"homepage": "https://daveryan.io",
13+
"role": "Developer"
14+
}
1515
],
1616
"require": {
17-
"WordPress-Phoenix/abstract-plugin-base": "^2.5",
18-
"php": ">=5.3.2",
19-
"composer/installers": "v1.0.6"
17+
"WordPress-Phoenix/abstract-plugin-base": "^2.5",
18+
"php": ">=5.3.2",
19+
"composer/installers": "v1.0.6"
20+
},
21+
"dist": {
22+
"url": "[email protected]:WordPress-Phoenix/wordpress-development-toolkit.git",
23+
"type": "git"
2024
},
2125
"config": {
22-
"vendor-dir": "lib"
26+
"vendor-dir": "lib"
2327
},
2428
"autoload": {
25-
"classmap": [
26-
"/"
27-
]
29+
"classmap": [
30+
"/"
31+
]
2832
}
2933
}

0 commit comments

Comments
 (0)