aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/twig-bridge/Symfony/Bridge/Twig/README.md
blob: e5663236dd5de54e4045cbe64a3e353382ae7e7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Twig Bridge
===========

Provides integration for [Twig](http://twig.sensiolabs.org/) with various
Symfony2 components.

Resources
---------

If you want to run the unit tests, install dev dependencies before
running PHPUnit:

    $ cd path/to/Symfony/Bridge/Twig/
    $ composer.phar install --dev
    $ phpunit