-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1014 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": "sculpin/core",
"type": "application",
"description": "Static Site Generator",
"homepage": "http://getsculpin.com",
"keywords": [],
"license": "MIT",
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
}
],
"require": {
"php": ">=5.3.2",
"dflydev/ant-path-matcher": "1.*",
"dflydev/dot-access-configuration": "1.*",
"symfony/console": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/event-dispatcher": "~2.3",
"symfony/finder": "~2.3"
},
"autoload": {
"psr-4": { "Sculpin\\Core\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"minimum-stability": "alpha"
}