Skip to content

Commit 0938a3e

Browse files
author
Roël Couwenberg
committed
Changes to composer.json
1 parent 46f9308 commit 0938a3e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"name": "avametix/directapi",
3+
"type": "library",
4+
"version": "1.0.0",
35
"description": "An API wrapper for the DirectAdmin API",
6+
"keywords": [
7+
"directadmin",
8+
"api",
9+
"wrapper"
10+
],
11+
"readme": "README.md",
12+
"license": "GPL-3.0-only",
13+
"authors": [
14+
{
15+
"name": "Roël Couwenberg",
16+
"email": "rcouw@avametix.com",
17+
"homepage": "https://roelc.me",
18+
"role": "developer"
19+
}
20+
],
21+
"support": {
22+
"email": "git@avametix.com"
23+
},
424
"require": {
525
"php": ">=7.1.0"
626
}

0 commit comments

Comments
 (0)