Skip to content

Commit d61e389

Browse files
author
Md. Alimuzzaman Alim
committed
Update composer.json
Composer.json fix
1 parent d73353f commit d61e389

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"description": "UD API Client for WooCommerce API Manager",
44
"type": "library",
55
"minimum-stability": "dev",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/udx/lib-ud-api-client"
9-
},
6+
"repositories": [
7+
{
8+
"type": "git",
9+
"url": "https://github.com/udx/lib-ud-api-client"
10+
}
11+
],
1012
"homepage": "https://github.com/udx/lib-ud-api-client",
1113
"keywords": [
1214
"wordpress",
@@ -16,7 +18,7 @@
1618
"licenses"
1719
],
1820
"license": "GPLv2",
19-
"author": [
21+
"authors": [
2022
{
2123
"name": "UsabilityDynamics, Inc.",
2224
"homepage": "https://www.usabilitydynamics.com"

0 commit comments

Comments
 (0)