Skip to content

1.0.0-beta5

Compare
Choose a tag to compare
@mwr mwr released this 04 Nov 13:11
· 41 commits to main since this release

Install command optimised

  • fixed an issue with phar installation. Now files are copied to tmp from phar before access and usage
  • introduce execOrFail to stop in case a command execution returns non-zero exit-code
  • Add Force option to overwrite configs and certs during installation

selfupdate

  • selfupdate now forces a re-download of the phar by setting tarball-ttl to zero. This should fix issues for selfupdates where cache was used.

Other

  • devenv:update will pass the exit-code to the symfony command

@mwr