-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.13 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
{
"name": "tentwofour/cms-pages-bundle",
"type": "symfony-bundle",
"description": "The CMS Pages Bundle provides a common set of pages for the Kunstmaan CMS - HomePage, ContentPage, and Separator Page",
"keywords": ["kunstmaan", "cms", "admin", "ten24", "tentwofour"],
"homepage": "https://github.com/tentwofour/CMSPagesBundle",
"license": "MIT",
"authors": [
{
"name": "Blair D. Patterson",
"homepage": "http://tentwentyfour.ca",
"email": "[email protected]"
}
],
"suggest": {
"tentwofour/cms-template": "dev-master"
},
"require-dev": {
"kunstmaan/node-bundle": "3.2.x-dev",
"friendsofsymfony/user-bundle": "2.0.*@dev",
"kunstmaan/pagepart-bundle": "3.2.x-dev",
"doctrine/orm": "2.5.*",
"symfony/form": "2.8.*",
"symfony/options-resolver": "2.8.*"
},
"minimum-stability": "stable",
"autoload": {
"psr-0": { "Ten24\\CMSPagesBundle": "" }
},
"target-dir": "Ten24/CMSPagesBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}