-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·96 lines (96 loc) · 4.03 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "campaignchain/core",
"description": "Core bundle of CampaignChain.",
"keywords": ["campaignchain"],
"type": "campaignchain-core",
"homepage": "http://www.campaignchain.com",
"license": "Apache-2.0",
"authors": [
{
"name": "CampaignChain, Inc.",
"email": "[email protected]",
"homepage": "http://www.campaignchain.com"
}
],
"support": {
"issues": "https://github.com/CampaignChain/campaignchain-ce/issues",
"docs": "http://doc.campaignchain.com"
},
"require": {
"doctrine/doctrine-bundle": "~1.0",
"doctrine/orm": "~2.0",
"incenteev/composer-parameter-handler": "~2.0",
"sensio/distribution-bundle": "~5.0",
"sensio/framework-extra-bundle": "~3.0",
"symfony/monolog-bundle": "~3.0",
"symfony/polyfill-apcu": "~1.0",
"symfony/swiftmailer-bundle": "~2.0",
"symfony/symfony": "~3.0",
"twig/twig": "~1.0",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.0",
"symfony/finder": "~3.0",
"symfony/serializer": "~3.0",
"symfony/stopwatch": "~3.0",
"symfony/process": "~3.0",
"sensio/generator-bundle": "~3.0",
"components/jquery": "1.11.*",
"oyejorge/less.php": "~1.5",
"braincrafted/bootstrap-bundle": "dev-master",
"twbs/bootstrap": "~3.0",
"knplabs/knp-menu": "dev-master",
"knplabs/knp-paginator-bundle": "dev-master",
"knplabs/knp-menu-bundle":"dev-master",
"mwsimple/scdatetimepicker-bundle": "dev-master",
"friendsofsymfony/user-bundle": "~2.0",
"bmatzner/fontawesome-bundle": "dev-master",
"ivaynberg/select2": "3.5.0",
"friendsofsymfony/jsrouting-bundle": "dev-master",
"sp/bower-bundle": "dev-master",
"sonata-project/admin-bundle": "~3.0",
"sonata-project/block-bundle": "~3.0",
"guzzlehttp/guzzle": "~6.0",
"liip/imagine-bundle": "^1.3.1",
"oneup/uploader-bundle": "^1.3.1",
"theofidry/alice-data-fixtures": "^1.0-beta5@beta",
"nelmio/api-doc-bundle": "^2.0",
"friendsofsymfony/rest-bundle": "dev-master",
"jms/serializer-bundle": "dev-master",
"mremi/url-shortener": "^2.0",
"knplabs/knp-gaufrette-bundle": "^0.3.0",
"gkralik/php-uglifyjs": "dev-master",
"campaignchain/location-website": "dev-master",
"campaignchain/form-type-textarea-count": "dev-master",
"campaignchain/core-esp": "dev-master"
},
"autoload": {
"psr-4": { "CampaignChain\\CoreBundle\\": "" }
},
"extra": {
"campaignchain": {
"kernel": {
"classes": [
"CampaignChain\\CoreBundle\\CampaignChainCoreBundle",
"Braincrafted\\Bundle\\BootstrapBundle\\BraincraftedBootstrapBundle",
"Knp\\Bundle\\MenuBundle\\KnpMenuBundle",
"Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle",
"SC\\DatetimepickerBundle\\SCDatetimepickerBundle",
"FOS\\UserBundle\\FOSUserBundle",
"Bmatzner\\FontAwesomeBundle\\BmatznerFontAwesomeBundle",
"FOS\\JsRoutingBundle\\FOSJsRoutingBundle",
"Sp\\BowerBundle\\SpBowerBundle",
"Sonata\\CoreBundle\\SonataCoreBundle",
"Sonata\\BlockBundle\\SonataBlockBundle",
"JMS\\SerializerBundle\\JMSSerializerBundle",
"Nelmio\\ApiDocBundle\\NelmioApiDocBundle",
"FOS\\RestBundle\\FOSRestBundle",
"Oneup\\UploaderBundle\\OneupUploaderBundle",
"Liip\\ImagineBundle\\LiipImagineBundle",
"Knp\\Bundle\\GaufretteBundle\\KnpGaufretteBundle",
"Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle",
"Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle"
]
}
}
}
}