Releases: jsunier/php-symfony-test
Releases · jsunier/php-symfony-test
v1.3.1
v1.3.0
v1.2.6
Added
- Added the Symfony CLI to
/usr/local/bin/symfony
in all images
v1.2.5
Added
- Added
COMPOSER_VERSION
argument in allDockerfile
to specify which composer version to install (default tolatest
in Dockerfile,1
inMakefile
) - Added
XDEBUG_VERSION
argument in allDockerfile
to specify which version ofxdebug
to install
Changes
- Changed the way composer is installed in images by using
COPY --from=composer:${COMPOSER_VERSION} /usr/bin/composer /usr/bin/composer
- Changed path of composer executable from
/usr/local/bin/composer
to/usr/bin/composer
Fixed
- Fixed unused
PRESTISSIMO_VERSION
argument during build - Removed
docker-php-ext-install
instruction for already installed extensions (likepdo
,iconv
,mbstring
)
v1.2.4
v1.2.3
v1.2.2
v1.2.1
Added
- Support for
webp
images with GD extension in all versions
Changes
- Upgraded hirak/prestissimo to
0.3.10
Fixed
- Missing
.PHONY:
directives inMakefile