forked from getkirby-v2/kirby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 972 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
41
42
{
"name": "getkirby/kirby",
"description": "The Kirby 2 core.",
"keywords": ["core", "kirby", "cms"],
"homepage": "https://getkirby.com",
"license": "proprietary",
"authors": [
{
"name": "Bastian Allgeier",
"email": "[email protected]",
"homepage": "http://bastianallgeier.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/getkirby/kirby/issues",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/getkirby/kirby"
},
"autoload": {
"files": ["composer.php"]
},
"require": {
"php": ">=5.4.0",
"ext-mbstring": "*",
"ext-gd": "*",
"erusev/parsedown-extra": "0.7.*",
"michelf/php-smartypants": "1.8.*",
"getkirby/toolkit": "2.5.10",
"filp/whoops": "2.1.*"
},
"archive": {
"exclude": [
"/.gitmodules",
"/.gitignore",
"/.travis.yml",
"phpunit.xml",
"/test",
"/vendor"
]
}
}