Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

explicitly declare supported Twig versions #1045

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Feb 16, 2017

Not being explicit which Twig versions the application supports mean
that users will get new major Twig releases when they become stable and
composer update is run. This can lead to undesired effects when the new
ajor release is breaking backwards compatibility.

@fabpot
Copy link
Member

fabpot commented Feb 16, 2017

I think this needs to be done in 2.7 as well.

@xabbuh xabbuh changed the base branch from master to 2.7 February 16, 2017 22:12
Not being explicit which Twig versions the application supports mean
that users will get new major Twig releases when they become stable and
composer update is run. This can lead to undesired effects when the new
ajor release is breaking backwards compatibility.
@xabbuh
Copy link
Member Author

xabbuh commented Feb 16, 2017

Okay, I changed the target branch.

@fabpot
Copy link
Member

fabpot commented Feb 16, 2017

Thank you @xabbuh.

@fabpot fabpot merged commit a927eb5 into symfony:2.7 Feb 16, 2017
fabpot added a commit that referenced this pull request Feb 16, 2017
This PR was merged into the 2.7 branch.

Discussion
----------

explicitly declare supported Twig versions

Not being explicit which Twig versions the application supports mean
that users will get new major Twig releases when they become stable and
composer update is run. This can lead to undesired effects when the new
ajor release is breaking backwards compatibility.

Commits
-------

a927eb5 explicitly declare supported Twig versions
@xabbuh xabbuh deleted the twig-dep branch February 16, 2017 22:21
javiereguiluz added a commit to symfony/demo that referenced this pull request Feb 17, 2017
…harsky-bw)

This PR was squashed before being merged into the master branch (closes #477).

Discussion
----------

Update to Symfony 3.2.4 and start supporting Twig 2

Symfony SE already do it: symfony/symfony-standard#1045

  - Updating symfony/symfony (v3.2.3 => v3.2.4) Downloading: 100%
  - Installing ircmaxell/password-compat (v1.0.4) Loading from cache
  - Installing symfony/polyfill-php55 (v1.3.0) Loading from cache
  - Updating sensio/framework-extra-bundle (v3.0.21 => v3.0.22) Downloading: 100%
  - Updating white-october/pagerfanta-bundle (v1.0.7 => v1.0.8) Downloading: 100%
  - Updating friendsofphp/php-cs-fixer (v2.0.0 => v2.1.0) Downloading: 100%
  - Updating symfony/phpunit-bridge (v3.2.3 => v3.2.4) Loading from cache
  - Updating doctrine/dbal (v2.5.11 => v2.5.12) Loading from cache
  - Updating swiftmailer/swiftmailer (v5.4.5 => v5.4.6) Downloading: 100%

Commits
-------

b6e7c78 Update to Symfony 3.2.4 and start supporting Twig 2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants