1.2.0
What's Changed
-
Added the
--skip-rebuild
option to theslic php-version set
command by @defunctl in #150 -
Display the composer version when running
slic info
by @defunctl in #151 -
Change - Display composer version in
slic info
. -
Added - The
--skip-rebuild
option to theslic php-version set
command to allow setting the PHP version without rebuilding the stack in order to speed up CI runs. Example:slic php-version set 8.1 --skip-rebuild
-
Fix -
slic php-version help
will now properly show command help text. -
Fix -
slic php-version
will now properly use the default PHP version if theSLIC_PHP_VERSION
env var is not set.
Full Changelog: 1.1.7...1.2.0