Skip to content

Commit fa684e1

Browse files
committed
Fixed composer.json file (NEXWAY-1)
1 parent 3500281 commit fa684e1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "audith/providers-nexway",
3+
"type": "library",
4+
"homepage": "https://audith.atlassian.net/browse/NEXWAY",
35
"description": "Audith Softworks/Nexway API Integration",
4-
"keywords": ["audith", "ztorm", "extensis", "nexway"],
6+
"keywords": ["audith", "nexway", "product", "provider", "web-services", "wsdl", "soap"],
57
"license": "proprietary",
68
"authors": [
79
{
810
"name": "Shahriyar Imanov",
9-
"email": "[email protected]"
11+
"email": "[email protected]",
12+
"homepage": "http://imanov.me",
13+
"role": "Developer"
1014
}
1115
],
1216
"autoload": {
@@ -27,5 +31,5 @@
2731
"config": {
2832
"preferred-install": "dist"
2933
},
30-
"minimum-stability": "dev"
34+
"minimum-stability": "stable"
3135
}

0 commit comments

Comments
 (0)