forked from agentejo/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (35 loc) · 986 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
33
34
35
36
37
38
{
"name": "agentejo/cockpit",
"type": "project",
"description": "Cockpit Headless CMS",
"keywords": ["cms", "headles", "api", "cockpit"],
"homepage": "https://getcockpit.com/",
"license": "MIT",
"authors": [
{
"name": "Artur Heinze",
"email": "artur@agentejo.com"
}
],
"require": {
"php": "^7.3.0",
"ext-json": "*",
"ext-mbstring": "*",
"phpmailer/phpmailer": "^6.0",
"claviska/simpleimage": "^3.6",
"ksubileau/color-thief-php": "^1.3",
"league/flysystem": "^1.0",
"firebase/php-jwt": "^5.0",
"mongodb/mongodb": "^1.3",
"erusev/parsedown": "^1.7",
"erusev/parsedown-extra": "^0.7.1",
"maennchen/zipstream-php": "^0.5.2",
"colinodell/json5": "^2.1"
},
"config": {
"vendor-dir": "lib/vendor",
"optimize-autoloader": true,
"prefer-dist": true,
"lock": false
}
}