Commit 871e878
committed
bugfix #146 Replace "twig/twig" requirement with "symfony/twig-bundle" (phansys)
This PR was merged into the master branch.
Discussion
----------
|Q |A |
|--- |--- |
|Branch |master|
|Bug fix? |yes |
|New feature? |no |
|BC breaks? |no |
|Deprecations?|no |
|Tests pass? |yes |
|Fixed tickets|n/a |
|License |MIT |
|Doc PR |n/a |
* "symfony/twig-bundle" is required to call `render()` from controllers;
* "twig/twig" was moved to `conflict` section with the constraint `<1.34` in order to ensure its namespaced classes are available.
Commits
-------
0723634 Replace "twig/twig" requirement with "symfony/twig-bundle"1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | | - | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments