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
{{ message }}
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
bug #120 fix handling of missing patch version (xabbuh)
This PR was merged into the 1.0-dev branch.
Discussion
----------
fix handling of missing patch version
When the user tried to install the Symfony Standard Edition with just
specifying the minor version (like `symfony new blog 2.3`), the
installer failed for two reasons:
* The `use` statement for the `Client` class was missing when it was
used to download the list of available versions from symfony.com.
* The URL from where the archive should be downloaded was build before
the patch version was evaluated. Therefore, the archive of the actual
Symfony version to be installed could not be found (it was tried to
download an archive for `2.3` while the archive actually had to be
referenced for `2.3.26`).
This fixes #119.
Commits
-------
52ad07c fix handling of missing patch version
0 commit comments