This repository was archived by the owner on Nov 14, 2019. It is now read-only.
Tags: symfony/symfony-installer
Tags
feature #272 Added an option to force the installer update (javieregu… …iluz) This PR was merged into the 1.0-dev branch. Discussion ---------- Added an option to force the installer update In the past, I introduced several bugs that prevented to update the installer: first it was a server-side issue with version numbers ... and then it was a client-side issue while comparing versions (see #266). The only solution in those cases is to re-install the installer 😢 To avoid further issues, I propose to add a `--force-update (-f)` option that updates the local installer to whichever version is published by Symfony, without checking or comparing any version. Commits ------- 0c711da Added an option to force the installer update
feature #257 Check that the system has the PHP version required by Sy… …mfony (javiereguiluz) This PR was squashed before being merged into the 1.0-dev branch (closes #257). Discussion ---------- Check that the system has the PHP version required by Symfony This fixes #239. Commits ------- e7b3fc3 Check that the system has the PHP version required by Symfony
PreviousNext