Releases: symfony/symfony-installer
1.3.0
Changelog
[b0ce47c] Removed the use of a deprecated method from DownloadCommand (@jzawadzki)
[a2e5ec0] Allow to install Symfony in the current directory (@javiereguiluz)
1.2.0
The main new feature of this version is the possibility of installing -dev
and -BETA
versions, which will come in very handy when the first beta of Symfony 2.8 and 3.0 are published soon.
Changelog
[f0d03d5] Allow to install -dev and -BETA versions (@94noni)
[8674f70] Check if the installer has enough permissions before downloading the file (@javiereguiluz)
[9638151] Updated Guzzle to version 5 to avoid PHP 7 issues (@javiereguiluz)
[dde530f] Updated Windows install command so it is compatible with PowerShell (@futurevision)
[eb4ba7a] Added some integration tests (@javiereguiluz)
1.1.7
This releases fixes the version number which wasn't updated before the previous release.
1.1.6
This is a bugfix release that includes a tip to create a global symfony
command for Windows systems and fixed the out of sync errors reported by Composer after a fresh install.
Changelog
[c8224d2] Minor readability improvement (@wouterj)
[20c203b] Update the composer.lock file to avoid out-of-sync errors (@javiereguiluz)
[e384499] Added a tip to create windows executable (@carlcraig)
1.1.5
This version fixes a problem that prevented to execute the symfony demo
command repeatedly without providing the name of a directory (see details).
1.1.4
This version fixes an issue that prevented to install Symfony on systems where the intl
PHP extension is not available.
Changelog
[0045ee6] Silenced a wrong exception thrown when the intl
PHP extension is not available (@xabbuh)
[9645168] Added support for a specific directory in demo command (@lyrixx)
[9d316eb] Enabled SIGINT handler (@lyrixx)
[bb276d5] Fixed uppercase usernames (@Ma27)
1.1.3
(empty release published to trigger webhooks that create the installer distributable package)
1.1.2
1.1.1
1.1.0
The main change of this version is the support for proxy servers. If you set up the HTTP_PROXY
or http_proxy
environment variable, the installer will now automatically detect it.
Full changelog
[bb8fecc][301ebce] #122 Updated README.md (JulienItard)
[cd92205] #125 Set PATH environment variable for Windows (sstok)
[265d4e6] #121 Improved the Download abstract command (javiereguiluz)
[19d53de] #131 Added previous exception for some 'unknown errors' (Pierstoval)
[ad8c9ab] #133 Tweaked the wording in AboutCommand (lyrixx)
[6362891] #135 Removed execution permission from some files that shouldn't be executable (javiereguiluz)
[5532128] #132 Added support for using proxy servers (javiereguiluz)