-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
85 lines (85 loc) · 2.89 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
{
"name": "c33s/core-bundle",
"type": "symfony-bundle",
"description": "everything to quickstart a webpage",
"homepage": "https://github.com/c33s/CoreBundle",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Julian",
"email": "[email protected]",
"homepage": "http://consistency.at"
}
],
"autoload": {
"psr-4": {
"C33s\\CoreBundle\\": ""
}
},
"repositories": [
{
"type": "composer",
"url": "http://satis.c33s.net"
}
],
"bin": [
"bin/init-symfony"
],
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"c33s/attachment-admin-bundle": "0.4.*",
"c33s/contact-form-bundle": "0.2.*",
"c33s/menu-bundle": "0.10.*",
"c33s/simple-content-bundle": "0.11.*",
"c33s/static-page-content-bundle": "2.0.*",
"symfony/symfony": "~2.3",
"havvg/propel-boolean-extra-behavior": "1.1.*",
"propel/propel-bundle": "~1.2",
"phing/phing": "2.8.*",
"willdurand/propel-eventdispatcher-bundle": "1.0.1",
"willdurand/propel-publishable-behavior": "1.2.0",
"willdurand/propel-typehintable-behavior": "1.0.4",
"afarkas/html5shiv": "3.7.2",
"components/font-awesome": "4.1.0",
"fkr/cssurlrewrite-bundle": "1.0.0",
"kwipi/famfamfam-flags": "0.1.2",
"oyejorge/less.php": "1.7.0.2",
"ptachoire/cssembed": "1.0.2",
"twbs/bootstrap": "3.2.0",
"avocode/form-extensions-bundle": "0.1.4",
"cedriclombardot/admingenerator-generator-bundle": "1.1.2",
"white-october/pagerfanta-bundle": "1.0.2",
"components/jquery": "1.11.1",
"components/jqueryui": "1.11.0",
"components/jquery-cookie": "1.4.1.1",
"malsup/form": "3.36",
"besimple/i18n-routing-bundle": "2.2.0",
"jms/translation-bundle": "1.1.0",
"lexik/translation-bundle": "2.1.0",
"cocur/human-date": "0.1",
"friendsofsymfony/user-bundle": "~1.3.5",
"guzzle/guzzle": "3.8.1",
"liip/imagine-bundle": "0.18.0",
"liip/monitor-bundle": "1.0.1",
"knplabs/knp-gaufrette-bundle": "0.1.7",
"knplabs/knp-markdown-bundle": "1.3.2",
"mobiledetect/mobiledetectlib": "2.7.6",
"sensiolabs/security-checker": "~1.2",
"suncat/mobile-detect-bundle": "0.9.4",
"yzalis/identicon": "1.0.0",
"zenstruck/slugify-bundle": "1.1.1",
"braincrafted/bootstrap-bundle": "2.1.0",
"jaysalvat/vegas": "0.99.3",
"mnot/hinclude": "0.9.5.2",
"smoya/asset-management-bundle": "1.0.1"
},
"require-dev": {
"c33s/composer-yaml": "1.0.0",
"composer/composer": "dev-master#e77435cd0c984e2031d915a6b42648e7b284dd5c",
"willdurand/faker-bundle": "1.0.*"
}
}