-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 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
49
{
"name": "positibe/cms-bundle",
"type": "symfony-bundle",
"description": "Symfony Positibe Cms Bundle",
"keywords": [
"content",
"content management framework",
"positibe",
"positibelabs"
],
"homepage": "http://positibelabs.com/bundles/cms",
"license": "MIT",
"version": "1.1.0",
"authors": [
{
"name": "Pedro Carlos Abreu Jiménez",
"email": "pcabreus@gmail.com",
"homepage": "https://github.com/pcabreus"
},
{
"name": "PositibeLabs",
"homepage": "http://www.positibelabs.com"
}
],
"require": {
"symfony/framework-bundle": "^3.4||^4.0",
"symfony/options-resolver": "^3.4||^4.0",
"positibe/filter-bundle": "^1.1",
"positibe/menu-bundle": "^1.1",
"positibe/media-bundle": "^1.1",
"positibe/cmf-routing-extra-bundle": "^1.1",
"symfony-cmf/seo-bundle": "^2.0",
"sonata-project/block-bundle": "^3.1.1",
"lunetics/locale-bundle": "^2.5"
},
"config": {
"component-dir": "public/assets"
},
"autoload": {
"psr-4": {
"Positibe\\Bundle\\CmsBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}