-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 1.05 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
{
"name": "sculpin/posts-bundle",
"description": "Sculpin Bundle",
"homepage": "https://sculpin.io",
"keywords": ["posts", "blogging", "blog", "static", "site"],
"license": "MIT",
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "[email protected]",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "[email protected]",
"homepage": "http://beausimensen.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/config": "~2.3",
"symfony/dependency-injection": "~2.3",
"symfony/http-kernel": "~2.3",
"sculpin/taxonomy-contrib": "self.version",
"sculpin/proxy-source-collection-contrib": "self.version",
"sculpin/core": "self.version"
},
"autoload": {
"psr-4": { "Sculpin\\Bundle\\PostsBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"minimum-stability": "beta"
}