-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 823 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 823 Bytes
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
{
"name" : "lexxpavlov/pagebundle",
"description" : "Symfony2 Page bundle with meta data, predefined form type and Sonata Admin service",
"type" : "symfony-bundle",
"homepage": "https://github.com/lexxpavlov/PageBundle",
"license" : "MIT",
"keywords" : ["page", "page bundle"],
"authors" : [{
"name" : "Alexey Pavlov",
"email" : "lexx.pavlov@gmail.com"
}],
"require" : {
"php": ">=5.3.2",
"symfony/symfony": ">=2.1",
"stof/doctrine-extensions-bundle": ">=1.1"
},
"suggest": {
"egeloen/ckeditor-bundle": "Allow use CKEditor in the content field"
},
"autoload" : {
"psr-4" : { "Lexxpavlov\\PageBundle\\" : "" }
},
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
}
}