Releases: llaville/docker-php-toolbox
Releases · llaville/docker-php-toolbox
1.8.0
WARNING: This is the last version of release series 1.x to support PHP 7. Next major version 2.0 will only support PHP 8.
Added
- Introduced Changie tools
- add new
--work-tag-suffix
option to overwrite default "work" suffix (i.e: "work-820RC7") in docker image
Changed
- Upgrade docker-php-extension-installer to version 1.5.46
Full Changelog: 1.7.0...1.8.0
1.7.0
Added
- support to Deployer 7
Changed
- upgrade basic support for PHP 8.2
- upgrade docker-php-extension-installer to version 1.5.42
1.6.0
Added
- basic support for PHP 8.2.0RC1
Changed
- upgrade docker-php-extension-installer to version 1.5.37
1.5.0
Changed
- upgrade docker-php-extension-installer to version 1.4.16
httpie
tool is now installed with Advanced Packaging Tool (as recommended)- my fork of
humbug/box
(box-metadata
tool) is now replaced by officialbartlett/box-manifest
project
1.4.0
Added
about
command to display current long version and more information about this package.
Changed
-
option
--version
display now only long version without application description. -
upgrade docker-php-extension-installer to version 1.4.12
-
rdfkafka
extension is now supported by PHP 8.1 -
bin/devkit.php
is made available into the Composerbin-dir
-
Add platform to
composer.json
-
Support Typed properties features, now minimum PHP requirement is 7.4
Read more about this feature at :
Removed
- drop support for PHP 7.3 has ended 6th December 2021.
- drop support for Composer v1
Bartlett\PHPToolbox\Console\ApplicationInterface::VERSION
constant to define current version (replaced by Composer Runtime API v2)
1.3.0
Added
Extensions
Changed
box-bootstrapped
(introduced in v1.1.0) is now replaced bybox-metadata
(a simple patch to official box-project)
1.2.0
1.1.1
1.1.0
Added
- #24 : Add
box
bootstrapped version. - PR #26 : Add
laravel/installer
(thanks to @ericp-mrel for first contribution) - PR #30 : Add
wp-cli
(thanks to @ericp-mrel for first contribution) Dockerfiles/base/Dockerfile-56
: Specialized Docker image for PHP 5.6Dockerfiles/base/Dockerfile-70
: Specialized Docker image for PHP 7.0
Changed
ComposerInstallCommand
may now install dev dependencies if needed (false by default), and allow global installation.
Removed
- drop support of PHP 5.2, 5.3, 5.4 and 5.5
1.0.1
Changed
- PR #16 : Sorts tools by priority so dependencies can be installed in the correct order.
Fixed
- PR #17 : Allows building other vendor prefixed docker images.
- PR #18 : Display success status message only if the process ran successfully (thanks to @ericp-mrel)
- PR #21 : PATH variables being substituted instead of being output literally (thanks to @ericp-mrel)
- PR #22 : NVM installation and NpmInstallCommand (thanks also to @ericp-mrel for his participation)