-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.08 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "shanemcc/mydnshost-api",
"description": "API Backend for mydnshost.co.uk",
"homepage": "https://github.com/ShaneMcC/mydnshost-api",
"license": "MIT",
"authors": [
{
"name": "Shane Mc Cormack",
"email": "[email protected]",
"homepage": "http://www.dataforce.org.uk/"
}
],
"require": {
"php": ">=8.1",
"jeremykendall/php-domain-parser": "^6.0",
"twig/twig": "~3.5",
"phpmailer/phpmailer": "^6.0",
"phpgangsta/googleauthenticator": "dev-master",
"cocur/background-process": "^0.7.0",
"shanemcc/php-db": "0.5.3",
"influxdb/influxdb-php": "^1.14",
"react/child-process": "^0.6.0",
"enygma/yubikey": "^3.3",
"authy/php": "^3.0",
"rbdwllr/reallysimplejwt": "^5.0",
"ext-pcntl": ">=7.3",
"ext-redis": "^6.0",
"php-amqplib/php-amqplib": ">=3.0.0",
"mongodb/mongodb": "1.20.0"
},
"autoload": {
"classmap": [
"classes/"
]
},
"require-dev": {
}
}