forked from mecha-cms/mecha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·40 lines (40 loc) · 995 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
39
40
{
"authors": [
{
"name": "Taufik Nurrohman",
"homepage": "https://github.com/taufik-nurrohman",
"role": "Developer"
},
{
"name": "Igoy Nawamreh",
"homepage": "https://github.com/igoynawamreh",
"role": "Developer"
}
],
"description": "Mecha is a flat-file content management system that carries the concept of minimalism.",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/mecha-cms"
},
{
"type": "other",
"url": "https://paypal.me/tatautaufik"
}
],
"homepage": "https://mecha-cms.com",
"license": "GPL-3.0-or-later",
"name": "mecha-cms/mecha",
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=7.3.0"
},
"support": {
"docs": "https://mecha-cms.com/reference",
"forum": "https://github.com/mecha-cms/mecha/discussions",
"issues": "https://github.com/mecha-cms/mecha/issues"
},
"type": "project"
}