Created
December 31, 2011 03:12
-
-
Save hidenorigoto/1542670 to your computer and use it in GitHub Desktop.
Symfony2 deps additional
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; sf2 standard deps here | |
; ; | |
; | |
; utilities for my web development | |
; | |
; some utilities | |
[XnniUtilBundle] | |
git=git://github.com/hidenorigoto/XnniUtilBundle.git | |
target=/bundles/Xnni/Bundle/UtilBundle | |
; Extend Web Profiler (twig, routing tabs) | |
[ElaoWebProfilerExtraBundle] | |
git=git://github.com/Elao/WebProfilerExtraBundle.git | |
target=/bundles/Elao/WebProfilerExtraBundle | |
; my twig extensions | |
[XnniTwigExtensionBundle] | |
git=git://github.com/hidenorigoto/XnniTwigExtensionBundle.git | |
target=/bundles/Xnni/Bundle/TwigExtensionBundle | |
; for RAD and frontend | |
[XnniJQueryBundle] | |
git=git://github.com/hidenorigoto/XnniJQueryBundle.git | |
target=/bundles/Xnni/Bundle/JQueryBundle | |
[XnniTwitterBootstrapBundle] | |
git=git://github.com/hidenorigoto/XnniTwitterBootstrapBundle.git | |
target=/bundles/Xnni/Bundle/TwitterBootstrapBundle | |
[MopaBootstrapBundle] | |
git=git://github.com/phiamo/MopaBootstrapBundle.git | |
target=/bundles/Mopa/BootstrapBundle | |
; for markdown parsing | |
[KnpMarkdownBundle] | |
git=git://github.com/KnpLabs/KnpMarkdownBundle.git | |
target=/bundles/Knp/Bundle/MarkdownBundle | |
; for mode form widgets | |
[GenemuFormBundle] | |
git=git://github.com/genemu/GenemuFormBundle.git | |
target=/bundles/Genemu/Bundle/FormBundle | |
version=origin/2.0 | |
; mobile web use (ua-specific template swiching) | |
[XnniMobileViewBundle] | |
git=git://github.com/hidenorigoto/MobileViewBundle.git | |
target=/bundles/Xnni/Bundle/MobileViewBundle | |
[dua] | |
git=git://github.com/hidenorigoto/Dua.git | |
[net-useragent-mobile] | |
git=git://github.com/iteman/net-useragent-mobile.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment