-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 847 Bytes
/
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
{
"name": "carlbennett/carlbennett-tools",
"description": "Tools created by and for Carl Bennett",
"type": "project",
"homepage": "https://github.com/carlbennett/carlbennett-tools",
"license": "proprietary",
"authors": [
{
"name": "Carl Bennett",
"email": "[email protected]"
}
],
"config": {
"vendor-dir": "lib"
},
"autoload": {
"psr-4": {
"CarlBennett\\Tools\\": "src/"
}
},
"require": {
"carlbennett/php-plextv-api": "dev-main",
"carlbennett/php-mvc": "dev-main",
"erusev/parsedown": "^1.7",
"ext-gmp": "*",
"ext-json": "*",
"geoip2/geoip2": "~2.0",
"io-developer/php-whois": "^4.1",
"php-64bit": ">=5.5.0",
"phpmailer/phpmailer": "^6.6"
}
}