This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Releases: symfony/cli
Releases · symfony/cli
v4.2.8
v4.2.7
- Fix
symfony composer
used PHP version - Add
COMPOSER_MEMORY_LIMIT=-1
when running Composer - Fix client is not respecting
HTTP[S]_PROXY
environment variable - Improve client timeout configuration
- Add support for non inheritable variables
- Fix
symfony new
to always install the latest version of a skeleton when version isx.y
- Improve error message when one has not yet access to SymfonyCloud
v4.2.6
v4.2.5
v4.2.4
- Add support for running
symfony composer
- Display command output when an error occurs while running sub-commands (
symfony new
andsymfony init
) - Replace the
--no-init
flag by--cloud
onsymfony new
- Add support for running
symfony pecl
(works also forpear
,php-config
,php-fpm
, andphp-cgi
) - Add
env:fpm:status
command to get PHP-FPM status - Add
local:php:wrappers:install
to install the PHP wrappers - Add support for
PHP_BINARY
/PHP_PATH
- Fix
SERVER_PORT
env var on the local web server (removeSERVER_ADDR
, add support forX-Forwarded-Port
)
v4.2.3
- Add support for
--app
onvar:get
/vars
- Fix running a cron in a multi-app project
- Fix the
--app
flag behavior - Fix deleting an inactive environment
- Improve some error messages when managing a Cloud project
- Fix deploying a project from a sub-directory
- Improve cloud app detection when a single app is not in the root directory
- Remove warning when deploying a project without a
composer.lock
file - Add MacPorts support
v4.2.2
- Fix panic for ignored errors during the servers startup
- Add support for using the local web server on pure-HTML websites
- Fix PHP -S server HTTP response (extra first empty char)
- Fix best port detection for the web server
- Fix local domain name matching with the proxy when using wildcard domain names
- Fix
server:list
output when some background commands are running - Check if current environment exists before executing prechecks on
deploy
- Allow to create a new project from a linked directory if using
--no-link