mytoysgroup / patternlab-twig-bridge
Dummy Implementation of Symfony Twig Bridge for Pattern Lab; Forked from symfony/twig-bridge
Package info
github.com/mytoysgroup/patternlab-twig-bridge
Type:symfony-bridge
pkg:composer/mytoysgroup/patternlab-twig-bridge
v3.1.1
2016-01-15 13:52 UTC
Requires
- php: >=5.5.9
- twig/twig: ~1.23|~2.0
Requires (Dev)
- symfony/asset: ~2.8|~3.0
- symfony/console: ~2.8|~3.0
- symfony/expression-language: ~2.8|~3.0
- symfony/finder: ~2.8|~3.0
- symfony/form: ~2.8|~3.0
- symfony/http-kernel: ~2.8|~3.0
- symfony/polyfill-intl-icu: ~1.0
- symfony/routing: ~2.8|~3.0
- symfony/security: ~2.8|~3.0
- symfony/security-acl: ~2.8|~3.0
- symfony/stopwatch: ~2.8|~3.0
- symfony/templating: ~2.8|~3.0
- symfony/translation: ~2.8|~3.0
- symfony/var-dumper: ~2.8|~3.0
- symfony/yaml: ~2.8|~3.0
Suggests
- symfony/asset: For using the AssetExtension
- symfony/expression-language: For using the ExpressionExtension
- symfony/finder
- symfony/form: For using the FormExtension
- symfony/http-kernel: For using the HttpKernelExtension
- symfony/routing: For using the RoutingExtension
- symfony/security: For using the SecurityExtension
- symfony/stopwatch: For using the StopwatchExtension
- symfony/templating: For using the TwigEngine
- symfony/translation: For using the TranslationExtension
- symfony/var-dumper: For using the DumpExtension
- symfony/yaml: For using the YamlExtension
This package is not auto-updated.
Last update: 2026-06-25 04:00:23 UTC
README
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