We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f9308 commit 0938a3eCopy full SHA for 0938a3e
1 file changed
composer.json
@@ -1,6 +1,26 @@
1
{
2
"name": "avametix/directapi",
3
+ "type": "library",
4
+ "version": "1.0.0",
5
"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
+ },
24
"require": {
25
"php": ">=7.1.0"
26
}
0 commit comments