Skip to content

Releases: php-tmdb/symfony

4.1: Resolve issue with phpunit-bridge of symfony (#35)

07 Mar 14:47
5c53d8e
Compare
Choose a tag to compare
  • Fixes an composer issue with symfony/phpunit-bridge, for reference see #33

Update CI matrix

04 Jan 23:25
238b419
Compare
Choose a tag to compare
Update CI matrix Pre-release
Pre-release

Tightened up the ci matrix further, tagging with a version to make sure any pr's that land are against this version.

Update CI matrix

04 Jan 22:49
fcb783f
Compare
Choose a tag to compare
Update CI matrix Pre-release
Pre-release

Just an upgrade to increase coverage of the CI matrix

Require symfony/http-kernel ^4.4.13 || >=5.1.5

04 Jan 22:34
Compare
Choose a tag to compare
Update http-kernel to at least 4.4.13 which includes https://github.c…

…om/symfony/symfony/commit/d9910e0b33a2e0f993abff41c6fbc86951b66d78

Composer fix

04 Jan 22:15
Compare
Choose a tag to compare
Composer fix Pre-release
Pre-release

Fix for composer to specifically include php 7.4

PSR-X support, PHP 7.3+ and Symfony 4 + 5.

04 Jan 20:46
765876f
Compare
Choose a tag to compare

First alpha release, if you encouter any bugs please create an issue!

  • (Re-Implementation) of PSR-3
  • Implementation of PSR-6
  • Implementation of PSR-7
  • (partial) Implementation of PSR-12, lot's of work to do still but on it's way
  • Implementation of PSR-14
  • Implementation of PSR-17
  • Implementation of PSR-18
  • Refactor of low level classes
  • Dropping doctrine cache ( bring your own PSR-16 client )
  • Dropping guzzle http ( bring your own PSR-18 client )
  • New CI/CD integration
  • Code style checking
  • Unit tests running on PHP 7.3, 7.4 and 8.0

Release v2.1.1

01 Jun 20:39
v2.1.1
Compare
Choose a tag to compare
  • Fix service configuration in favor of Symfony 3.3

    In symfony 3.3 they made usage of key parameter of an <argument/> explicitly illegal. It was anyway useless even before. Check this comment for more details.

Update dependencies

16 Oct 20:22
v2.1.0
Compare
Choose a tag to compare
  • Updating to php-tmdb/api ~2.1, switches over to guzzle 6.
  • Dropped support for Symfony <2.7

Release v2.0.3

01 Jun 19:32
v2.0.3
Compare
Choose a tag to compare
  • Fix service configuration in favor of Symfony 3.3

    In symfony 3.3 they made usage of key parameter of an <argument/> explicitly illegal. It was anyway useless even before. Check this comment for more details.

Various fixes related to Symfony3 support and PHP7

11 Mar 20:10
Compare
Choose a tag to compare