-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 955 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": "castlepointanime/brancher",
"description": "Lightweight static site generator using Twig",
"type": "library",
"license": "GPL-3.0+",
"authors": [
{
"name": "Tyler Romeo",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"CastlePointAnime\\Brancher\\": ""
}
},
"require": {
"php": ">=5.4.0",
"twig/twig": "~1.0",
"symfony/finder": "~2.7",
"symfony/filesystem": "~2.7",
"symfony/console": "~2.7",
"symfony/dependency-injection": "~2.7",
"symfony/config": "~2.7",
"erusev/parsedown-extra": "^0.7.0",
"mnapoli/front-yaml": "1.5.0",
"kriswallsmith/assetic": "~1.3",
"symfony/event-dispatcher": "~2.7",
"webnium/json-pointer": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"squizlabs/php_codesniffer": "2.*",
"phpmd/phpmd" : "@stable",
"sensiolabs/security-checker": "~2.0"
},
"bin": ["brancher"]
}