Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Releases: symfony/cli

v4.18.1

22 Jul 16:29
b3df926
Compare
Choose a tag to compare
  • Add support for installing PHP extensions directly from variables defined in .symfony.cloud.yaml

v4.18.0

21 Jul 14:01
b3df926
Compare
Choose a tag to compare
  • Add Github actions support to security:check
  • Add support for Composer 2 (symfony composer now looks for a composer1 or composer2 binary depending on composer.lock and falls back to composer if not found)
  • Make SymfonyCloud automatically use Composer 1 or 2 depending on composer.lock

v4.17.2

14 Jul 21:06
b3df926
Compare
Choose a tag to compare
  • Add Github actions support to security:check

v4.17.1

10 Jul 09:20
b3df926
Compare
Choose a tag to compare
  • Add imagick to the list of available extensions for PHP 7.4
  • Add better Web server support when running PHP FPM in Docker

v4.17.0

08 Jul 12:10
b3df926
Compare
Choose a tag to compare
  • Add support for Symfony applications not using Flex
  • Add support for defining applications in .symfony/applications.yaml
  • Use GitHub API instead of Git to fetch security advisories database

v4.16.5

03 Jul 10:10
b3df926
Compare
Choose a tag to compare
  • Fix php-ext-install fails activating extension if php.ini does not end with a new line

v4.16.4

29 Jun 12:02
b3df926
Compare
Choose a tag to compare
  • Fix zero exit code when running env:deactivate exit with an error
  • Fix missing directory creation when saving proxy.json
  • Alias SYMFONY_DEFAULT_ROUTE_URL to SYMFONY_PROJECT_DEFAULT_ROUTE_URL
  • Introduce SYMFONY_APPLICATION_DEFAULT_ROUTE_URL
  • Make PHP 7.4 the default PHP version when initializing a project

v4.16.3

16 Jun 06:30
b3df926
Compare
Choose a tag to compare
  • Fix tunnel:open only binds to port 30000 under WSL
  • Running env:sync without waiting (using --no-wait or an API Token) will not create a snapshot
  • Added a --no-snapshot option to env:sync
  • Fix symfony deploy might not be able to read keyboard input

v4.16.2

11 Jun 09:31
b3df926
Compare
Choose a tag to compare
  • Prevent the use of the Windows binary under WSL
  • Increase autoupdate backups count to 2
  • Fix self:update is not cleaning up backups
  • Fix 'cannot move the file' errors during autoupdate when using more than one filesystem
  • Add more book requirements checks, tweak command output
  • Remove 'extra' spinners when not needed

v4.16.1

08 Jun 12:30
b3df926
Compare
Choose a tag to compare
  • Fix local domains to be removed when starting the local web server