You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the « Symfony 3.0: The Roadmap » blog post, Symfony 3.0 will be based on at least PHP 5.5. As we won't support PHP 5.3 and 5.4, the Travis CI build matrix should be updated as well to reflect this major step forward.
The text was updated successfully, but these errors were encountered:
…amCampbell)
This PR was merged into the 3.0-dev branch.
Discussion
----------
[3.0] Update required PHP to 5.5.9
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | yes
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #13126, #12778
| License | MIT
| Doc PR | -
This PR upgrades composer.json files to php>=5.5.9
5.5.9 is the lowest version available on Travis and the version shipped with Ubuntu LTS 14.04.
We can change the php version later when we'll agree on some other requirement, but currently, this is required to safely merge in master without having some users reporting issues because they have a `dev-master@dev` requirement.
Commits
-------
35e0845 [3.0] Removed some old hacks
fddcb86 [3.0] Update required PHP to 5.5.9
According to the « Symfony 3.0: The Roadmap » blog post, Symfony 3.0 will be based on at least PHP 5.5. As we won't support PHP 5.3 and 5.4, the Travis CI build matrix should be updated as well to reflect this major step forward.
The text was updated successfully, but these errors were encountered: