-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
48 lines (48 loc) · 1.31 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
45
46
47
48
{
"name": "c33s/static-page-content-bundle",
"type": "symfony-bundle",
"description": "Easy serving of Static Page Content with Symfony using Twig Templates",
"keywords": [
"static",
"content",
"page",
"bundle",
"c33s",
"consistency"
],
"homepage": "https://github.com/c33s/StaticPageContentBundle",
"license": "MIT",
"authors": [
{
"name": "Julian",
"email": "[email protected]",
"homepage": "http://consistency.at/"
},
{
"name": "David Herrmann",
"homepage": "https://github.com/vworldat"
},
{
"name": "Johnny Robeson",
"email": "[email protected]",
"homepage": "https://github.com/jrobeson"
},
{
"name": "Community",
"homepage": "https://github.com/c33s/StaticPageContentBundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3,>=2.3.18 | ~2.4,>=2.4.8 | ~2.5,>=2.5.2"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"matthiasnoback/symfony-dependency-injection-test": "0.*"
},
"autoload": {
"psr-4": {
"C33s\\StaticPageContentBundle\\": ""
}
}
}