Releases: eXolnet/laravel-envoy
Releases · eXolnet/laravel-envoy
v1.18.1
What's Changed
- fix: yarn frozen-lockfile option is deprecated and was replaced by immutable
- fix: composer option --no-suggest is deprecated and doesn't do anything anymore
Full Changelog: v1.18.0...v1.18.1
v1.17.0
- Add support for PHP 8.2
- Drop support for Laravel 8
- Use
--frozen-lockfile
instead of --pure-lockfile
when running yarn install
(task deploy:npm
)
v1.16.1
Fix for v1.16.0: empty lines are not allowed in macro.
v1.16.0
- Allow deployments to be performed in two steps (
deploy:prepare
and deploy:complete
) when server configuration needs to be adjusted before activating a release
v1.15.0
- Drop support for PHP 7.3
- Normalize Composer scripts naming
- Use PSR-12 as our coding standard
v1.14.0
- Update exolnet/envoy dependency requirement
- Test on Laravel 9
v1.12.0
- Update composer dependencies
- Update LICENSE
v1.11.0
- Allow
GIT_SSH_COMMAND
to be overwritten by environment
v1.10.0
- Add support for PHP 8
- Drop support for PHP 7.2
v1.7.1
Using -q hides errors and that's not a good thing