We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73353f commit d61e389Copy full SHA for d61e389
composer.json
@@ -3,10 +3,12 @@
3
"description": "UD API Client for WooCommerce API Manager",
4
"type": "library",
5
"minimum-stability": "dev",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/udx/lib-ud-api-client"
9
- },
+ "repositories": [
+ {
+ "type": "git",
+ "url": "https://github.com/udx/lib-ud-api-client"
10
+ }
11
+ ],
12
"homepage": "https://github.com/udx/lib-ud-api-client",
13
"keywords": [
14
"wordpress",
@@ -16,7 +18,7 @@
16
18
"licenses"
17
19
],
20
"license": "GPLv2",
- "author": [
21
+ "authors": [
22
{
23
"name": "UsabilityDynamics, Inc.",
24
"homepage": "https://www.usabilitydynamics.com"
0 commit comments