forked from symfony-cmf/cmf-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps
121 lines (90 loc) · 3.41 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
[monolog]
git=http://github.com/Seldaek/monolog.git
[doctrine-dbal]
git=http://github.com/doctrine/dbal.git
[doctrine]
git=http://github.com/doctrine/doctrine2.git
[DoctrineBundle]
git=http://github.com/doctrine/DoctrineBundle.git
target=/bundles/Doctrine/Bundle/DoctrineBundle
[swiftmailer]
git=http://github.com/swiftmailer/swiftmailer.git
version=v4.1.2
[assetic]
git=http://github.com/kriswallsmith/assetic.git
version=v1.0.2
[twig-extensions]
git=http://github.com/fabpot/Twig-extensions.git
[metadata]
git=http://github.com/schmittjoh/metadata.git
version=1.1.0
[SensioFrameworkExtraBundle]
git=http://github.com/sensio/SensioFrameworkExtraBundle.git
target=/bundles/Sensio/Bundle/FrameworkExtraBundle
[JMSSecurityExtraBundle]
git=http://github.com/schmittjoh/JMSSecurityExtraBundle.git
target=/bundles/JMS/SecurityExtraBundle
version=origin/1.0.x
[SensioDistributionBundle]
git=http://github.com/sensio/SensioDistributionBundle.git
target=/bundles/Sensio/Bundle/DistributionBundle
[SensioGeneratorBundle]
git=http://github.com/sensio/SensioGeneratorBundle.git
target=/bundles/Sensio/Bundle/GeneratorBundle
[AsseticBundle]
git=http://github.com/symfony/AsseticBundle.git
target=/bundles/Symfony/Bundle/AsseticBundle
version=v1.0.1
[FunctionalTestBundle]
git=http://github.com/liip/LiipFunctionalTestBundle.git
target=/bundles/Liip/FunctionalTestBundle
;### CMF specific bundles and additional requirements
[symfony-cmf]
git=http://github.com/symfony-cmf/symfony-cmf.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/symfony/DoctrineFixturesBundle.git
target=/bundles/Symfony/Bundle/DoctrineFixturesBundle
[doctrine-data-fixtures]
git=http://github.com/doctrine/data-fixtures.git
[VieBundle]
git=http://github.com/liip/LiipVieBundle.git
target=/bundles/Liip/VieBundle
git_command=submodule update --init --recursive
[FOSRestBundle]
git=git://github.com/FriendsOfSymfony/FOSRestBundle.git
target=/bundles/FOS/RestBundle
[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
[ChainRoutingBundle]
git=git://github.com/symfony-cmf/ChainRoutingBundle.git
target=/bundles/Symfony/Cmf/Bundle/ChainRoutingBundle
;### Admin bundle stuff
[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
[FOSJsRoutingBundle]
git=git://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git
target=/bundles/FOS/JsRoutingBundle