Skip to content

Releases: php-tmdb/symfony

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

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 07 Mar 14:47
5c53d8e
  • Fixes an composer issue with symfony/phpunit-bridge, for reference see #33

Update CI matrix

Update CI matrix Pre-release
Pre-release

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 04 Jan 23:25
238b419

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

Update CI matrix Pre-release
Pre-release

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 04 Jan 22:49
fcb783f

Just an upgrade to increase coverage of the CI matrix

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

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 04 Jan 22:34
4.0.2

Update http-kernel to at least 4.4.13 which includes https://github.c…

Composer fix

Composer fix Pre-release
Pre-release

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 04 Jan 22:15

Fix for composer to specifically include php 7.4

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

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 04 Jan 20:46
765876f

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

Choose a tag to compare

@yukoff yukoff released this 01 Jun 20:39
v2.1.1
  • 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

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 16 Oct 20:22
v2.1.0
  • Updating to php-tmdb/api ~2.1, switches over to guzzle 6.
  • Dropped support for Symfony <2.7

Release v2.0.3

Choose a tag to compare

@yukoff yukoff released this 01 Jun 19:32
v2.0.3
  • 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

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 11 Mar 20:10

Thanks to @rjkip see #14