-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
38 lines (38 loc) · 1.02 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
{
"authors": [
{
"name": "Dmitry Bergstein",
"email": "bergstein@trickyplan.com",
"role": "Developer"
}
],
"config": {
"allow-plugins": false,
"apcu-autoloader": true,
"optimize-autoloader": true,
"sort-packages": true
},
"description": "Esoteric framework: one class, shitload of anonymous functions, zero documentation. Still good though.",
"homepage": "/~https://github.com/TrickyPlan/Codeine",
"keywords": [
"framework",
"closure",
"causes ptsd"
],
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"name": "trickyplan/codeine",
"require": {
"php": "^8.1",
"ext-imagick": "^3.5",
"ext-mongodb": "^1.12",
"geoip2/geoip2": "v2.12.2",
"mongodb/mongodb": "1.11.0",
"phpmailer/phpmailer": "v6.6.0"
},
"support": {
"email": "bergstein+codeine@trickyplan.com"
},
"time": "2022-03-01 01:03:08",
"type": "library"
}