forked from symfony-cmf/cmf-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps
122 lines (90 loc) · 3.36 KB
/
deps
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[symfony]
git=http://github.com/symfony/symfony.git
[twig]
git=http://github.com/fabpot/Twig.git
version=v1.6.1
[monolog]
git=http://github.com/Seldaek/monolog.git
version=1.0.2
[MonologBundle]
git=http://github.com/symfony/MonologBundle.git
target=/bundles/Symfony/Bundle/MonologBundle
[jackalope-jackrabbit]
git=git://github.com/jackalope/jackalope-jackrabbit.git
git_command=submodule update --init --recursive
[doctrine-phpcr-odm]
git=git://github.com/doctrine/phpcr-odm.git
git_command=submodule update --init --recursive
[DoctrinePHPCRBundle]
git=http://github.com/doctrine/DoctrinePHPCRBundle.git
target=/bundles/Doctrine/Bundle/PHPCRBundle
[DoctrineFixturesBundle]
git=http://github.com/doctrine/DoctrineFixturesBundle.git
target=/bundles/Doctrine/Bundle/FixturesBundle
[doctrine-data-fixtures]
git=http://github.com/doctrine/data-fixtures.git
[swiftmailer]
git=http://github.com/swiftmailer/swiftmailer.git
version=v4.1.5
[SwiftMailerBundle]
git=http://github.com/symfony/SwiftmailerBundle.git
target=/bundles/Symfony/Bundle/SwiftmailerBundle
[assetic]
git=http://github.com/kriswallsmith/assetic.git
[twig-extensions]
git=http://github.com/fabpot/Twig-extensions.git
[metadata]
git=http://github.com/schmittjoh/metadata.git
version=1.1.1
[AsseticBundle]
git=http://github.com/symfony/AsseticBundle.git
target=/bundles/Symfony/Bundle/AsseticBundle
[FunctionalTestBundle]
git=http://github.com/liip/LiipFunctionalTestBundle.git
target=/bundles/Liip/FunctionalTestBundle
[VieBundle]
git=http://github.com/liip/LiipVieBundle.git
target=/bundles/Liip/VieBundle
git_command=submodule update --init --recursive
[FOSRest]
git=http://github.com/FriendsOfSymfony/FOSRest.git
target=fos/FOS/Rest
[FOSRestBundle]
git=git://github.com/FriendsOfSymfony/FOSRestBundle.git
target=/bundles/FOS/RestBundle
[FOSJsRoutingBundle]
git=git://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git
target=/bundles/FOS/JsRoutingBundle
[JMSSerializerBundle]
git=https://github.com/schmittjoh/JMSSerializerBundle.git
target=/bundles/JMS/SerializerBundle
[knp-menu]
git=https://github.com/KnpLabs/KnpMenu.git
[KnpMenuBundle]
git=http://github.com/KnpLabs/KnpMenuBundle.git
target=/bundles/Knp/Bundle/MenuBundle
;### CMF specific bundles and additional requirements
[symfony-cmf]
git=http://github.com/symfony-cmf/symfony-cmf.git
[ChainRoutingBundle]
git=git://github.com/symfony-cmf/ChainRoutingBundle.git
target=/bundles/Symfony/Cmf/Bundle/ChainRoutingBundle
;### Admin bundle stuff
[SonataCacheBundle]
git=https://github.com/sonata-project/SonataCacheBundle.git
target=/bundles/Sonata/CacheBundle
[SonataBlockBundle]
git=https://github.com/sonata-project/SonataBlockBundle.git
target=/bundles/Sonata/BlockBundle
[SonatajQueryBundle]
git=http://github.com/sonata-project/SonatajQueryBundle.git
target=/bundles/Sonata/jQueryBundle
[SonataAdminBundle]
git=https://github.com/sonata-project/SonataAdminBundle.git
target=/bundles/Sonata/AdminBundle
[SonataDoctrinePHPCRAdminBundle]
git=https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle.git
target=/bundles/Sonata/DoctrinePHPCRAdminBundle
[TreeBundle]
git=git://github.com/symfony-cmf/TreeBundle.git
target=/bundles/Symfony/Cmf/Bundle/TreeBundle