forked from anchorcms/anchor-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·44 lines (44 loc) · 1.13 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
39
40
41
42
43
44
{
"name": "anchorcms/anchor-cms",
"description": "Anchor is a free, lightweight, faster-than-a-bullet, simple blogging system, made for art–directed posts.",
"type": "cms",
"version": "0.13.1",
"keywords": ["CMS", "anchor", "anchorcms"],
"license": "GPL-3.0",
"authors": [
{
"name": "Idiot",
"email": "iam@visualidiot.com"
},
{
"name": "Kieron",
"email": "rwarasaurus@gmail.com"
},
{
"name": "Craig",
"email": "childscraig17@gmail.com"
},
{
"name": "David",
"email": "me@daviddarnes.com"
},
{
"name": "Jarod",
"email": "thebrenny@brennytizer.com.au"
},
{
"name": "Tom",
"email": "tom@tomroberts.uk"
}
],
"require": {
"php": ">=7.4",
"ircmaxell/random-lib": "^1.1",
"ircmaxell/password-compat": "^1.0",
"indigophp/hash-compat": "^1.1"
},
"require-dev": {
"peridot-php/peridot": "^1.19",
"peridot-php/leo": "^1.6"
}
}