-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
63 lines (63 loc) · 2.45 KB
/
composer.json
File metadata and controls
63 lines (63 loc) · 2.45 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "alphalemon/alphalemon-cms-bundle",
"description": "AlphaLemon CMS is an Open Source Content Management System Application, built on top of Symfony2 Framework, providing an easy an intuitive user-interface, to improve the website's content management experience",
"keywords": ["alphalemon", "cms"],
"homepage": "http://alphalemon.com",
"type": "symfony-bundle",
"license": "GPLv2",
"authors": [
{
"name": "AlphaLemon",
"email": "webmaster@alphalemon.com"
}
],
"repositories": [
{
"type": "composer",
"url": "http://apps.alphalemon.com/"
}
],
"require": {
"php": ">=5.3.3",
"imagine/Imagine": ">=0.4.1",
"propel/propel-bundle": "1.2.*",
"propel/propel1": "1.6.*",
"phing/phing": "2.4.12",
"alphalemon/alphalemon-bootstrap-bundle": "dev-master",
"alphalemon/theme-engine-bundle": "dev-master",
"alphalemon/elfinder-bundle": "dev-master"
},
"require-dev": {
"symfony/symfony": "2.3.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-bundle": "1.2.*",
"twig/extensions": "1.0.*",
"symfony/assetic-bundle": "2.3.*",
"symfony/swiftmailer-bundle": "2.3.*",
"symfony/monolog-bundle": "2.3.*",
"sensio/distribution-bundle": "2.3.*",
"sensio/framework-extra-bundle": "2.3.*",
"sensio/generator-bundle": "2.3.*",
"incenteev/composer-parameter-handler": "~2.0",
"alphalemon/app-tinymce-block-bundle": "dev-master",
"alphalemon/bootbusiness-theme-bundle": "dev-master",
"alphalemon/app-sunshine-theme-bundle": "dev-master",
"willdurand/propel-typehintable-behavior": "dev-master",
"mikey179/vfsStream": "1.1.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"AlphaLemon\\AlphaLemonCmsBundle": "",
"AlphaLemon\\Block": "Bundle/",
"AlphaLemon\\Block\\TextBundle" : "AlphaLemon/AlphaLemonCmsBundle/Bundle/",
"AlphaLemon\\Block\\ImageBundle" : "AlphaLemon/AlphaLemonCmsBundle/Bundle/",
"AlphaLemon\\Block\\MenuBundle" : "AlphaLemon/AlphaLemonCmsBundle/Bundle/",
"AlphaLemon\\Block\\FileBundle" : "AlphaLemon/AlphaLemonCmsBundle/Bundle/",
"AlphaLemon\\Block\\ScriptBundle" : "AlphaLemon/AlphaLemonCmsBundle/Bundle/",
"AlphaLemon\\Block\\NavigationMenuBundle" : "AlphaLemon/AlphaLemonCmsBundle/Bundle/",
"AlphaLemon\\Block\\LinkBundle" : "AlphaLemon/AlphaLemonCmsBundle/Bundle/"
}
},
"target-dir" : "AlphaLemon/AlphaLemonCmsBundle"
}