Skip to content

Releases: jsunier/php-symfony-test

v1.3.1

27 Jun 15:59
9253b7a
Compare
Choose a tag to compare

Added

  • Added PHP 8.0 images

v1.3.0

14 Feb 00:34
695e37d
Compare
Choose a tag to compare

Changes

  • Upgraded composer executable to v2.x
  • Removed hirak/prestissimo composer plugin

v1.2.6

24 Oct 15:39
2cef599
Compare
Choose a tag to compare

Added

  • Added the Symfony CLI to /usr/local/bin/symfony in all images

v1.2.5

24 Oct 15:38
Compare
Choose a tag to compare

Added

  • Added COMPOSER_VERSION argument in all Dockerfile to specify which composer version to install (default to latest in Dockerfile, 1 in Makefile)
  • Added XDEBUG_VERSION argument in all Dockerfile to specify which version of xdebug 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 (like pdo, iconv, mbstring)

v1.2.4

14 Sep 08:03
85dcffc
Compare
Choose a tag to compare

Fixes:

  • Fixed issue with Imagick permissions when reading PDF files

v1.2.3

27 Jun 22:24
d9ee90d
Compare
Choose a tag to compare

Added

  • Added CHANGELOG.md

v1.2.2

27 Jun 22:24
a9a38fc
Compare
Choose a tag to compare

Added

  • redis PECL extensions for all images
  • Update README.md to include Symfony 5 version

Fixed

  • Typo in Makefile

v1.2.1

27 Jun 22:24
35d6eb7
Compare
Choose a tag to compare

Added

  • Support for webp images with GD extension in all versions

Changes

Fixed

  • Missing .PHONY: directives in Makefile

v1.2.0

27 Jun 22:23
Compare
Choose a tag to compare

Added

  • PHP 7.4 images

v1.1.2

10 Nov 11:04
9c2aff2
Compare
Choose a tag to compare

Bugfixes :

  • Fixed memory limitations by setting the memory_limit in php.ini to -1