This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig
Fabien Potencier b248bd1ee1 bug #14708 [TwigBridge] use proper class to fetch asset version strategy property (xabbuh)
This PR was merged into the 2.7 branch.

Discussion
----------

[TwigBridge] use proper class to fetch asset version strategy property

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #14692
| License       | MIT
| Doc PR        |

Commits
-------

01b7dd6 [TwigBridge] use proper class to fetch asset version strategy property
2015-05-21 09:31:29 +02:00
..
Command added supported format in commands supporting --format 2015-05-20 10:16:32 +02:00
DataCollector Fix getComputedData 2015-01-25 19:37:18 +01:00
Extension [TwigBridge] use proper class to fetch asset version strategy property 2015-05-21 08:14:41 +02:00
Form [TwigBridge] Removed duplicated code from TwigRenderer 2015-02-10 17:22:35 +01:00
Node Merge branch '2.6' into 2.7 2015-04-11 09:21:47 +02:00
NodeVisitor Merge branch '2.3' into 2.5 2015-01-25 05:37:39 +01:00
Resources/views/Form [Form][choice] added choice_translation_domain to avoid trans options. 2015-04-03 23:13:58 +01:00
Tests [TwigBridge] use proper class to fetch asset version strategy property 2015-05-21 08:14:41 +02:00
TokenParser Merge branch '2.3' into 2.6 2015-04-27 14:43:05 +02:00
Translation [Translation][Extractor] Allow extracting an array of files besides extracting a directory 2015-03-27 07:53:09 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php [TwigBundle] made AppVariable compatible with 3.0 2015-01-25 03:38:09 +01:00
CHANGELOG.md [Translation][Extractor] Allow extracting an array of files besides extracting a directory 2015-03-27 07:53:09 +01:00
composer.json Merge branch '2.6' into 2.7 2015-05-02 17:21:08 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
TwigEngine.php Docblock fixes 2014-11-30 13:33:44 +00:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources

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

$ cd path/to/Symfony/Bridge/Twig/
$ composer install
$ phpunit