Lerd 1.34.3
Lerd — Podman-powered local PHP dev environment for Linux & macOS.
Install on Linux
curl -fsSL https://lerd.sh/install.sh | bashOr if already installed:
lerd updateAlso available through apt (PPA), dnf (COPR) and Homebrew, see the
installation docs.
Install on macOS
brew tap lerd-env/lerd
brew install lerd
lerd installOr if already installed:
brew upgrade lerd
lerd installChangelog
Bug Fixes
- 20b6b94 fix(install): stop a progress view from swallowing the answer to the next question
- 0b7ff31 fix: keep a repainted line inside the terminal, and keep watching it
Other
- 9631ef3 refactor: drop the step runner nothing has used since April
- b6322aa refactor: name the terminal watcher for the keys it acts on
- 13df313 release: v1.34.3
Full Changelog: v1.34.2...v1.34.3