mytoysgroup / patternlab-twig-bridge
Dummy Implementation of Symfony Twig Bridge for Pattern Lab; Forked from symfony/twig-bridge
Installs: 31
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 47
Type:symfony-bridge
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
- dev-master
- v3.1.1
- 3.0.x-dev
- v3.0.1
- v3.0.0
- v3.0.0-BETA1
- 2.9.0
- 2.8.x-dev
- v2.8.2
- v2.8.1
- v2.8.0
- v2.8.0-BETA1
- 2.7.x-dev
- v2.7.9
- v2.7.8
- v2.7.7
- v2.7.6
- v2.7.5
- v2.7.4
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.7.0-BETA2
- v2.7.0-BETA1
- 2.6.x-dev
- v2.6.13
- v2.6.12
- v2.6.11
- v2.6.10
- v2.6.9
- v2.6.8
- v2.6.7
- v2.6.6
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.6.0-BETA2
- v2.6.0-BETA1
- 2.5.x-dev
- v2.5.12
- v2.5.11
- v2.5.10
- v2.5.9
- v2.5.8
- v2.5.7
- v2.5.6
- v2.5.5
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.5.0-RC1
- v2.5.0-BETA2
- v2.5.0-BETA1
- 2.4.x-dev
- v2.4.10
- v2.4.9
- v2.4.8
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.4.0-RC1
- v2.4.0-BETA2
- v2.4.0-BETA1
- 2.3.x-dev
- v2.3.37
- v2.3.36
- v2.3.35
- v2.3.34
- v2.3.33
- v2.3.32
- v2.3.31
- v2.3.30
- v2.3.29
- v2.3.28
- v2.3.27
- v2.3.26
- v2.3.25
- v2.3.24
- v2.3.23
- v2.3.22
- v2.3.21
- v2.3.20
- v2.3.19
- v2.3.18
- v2.3.17
- v2.3.16
- v2.3.15
- v2.3.14
- v2.3.13
- v2.3.12
- v2.3.11
- v2.3.10
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- 2.2.x-dev
- v2.2.11
- v2.2.10
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- 2.1.x-dev
- v2.1.13
- v2.1.12
- v2.1.11
- v2.1.10
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- 2.0.x-dev
- v2.0.25
- v2.0.24
- v2.0.23
- v2.0.22
- v2.0.21
- v2.0.20
- v2.0.19
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.10
- v2.0.9
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
This package is not auto-updated.
Last update: 2024-10-30 19:40:01 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