Releases: php-tmdb/symfony
Releases · php-tmdb/symfony
4.1: Resolve issue with phpunit-bridge of symfony (#35)
- Fixes an composer issue with
symfony/phpunit-bridge
, for reference see #33
Update CI matrix
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
Just an upgrade to increase coverage of the CI matrix
Require symfony/http-kernel ^4.4.13 || >=5.1.5
4.0.2 Update http-kernel to at least 4.4.13 which includes https://github.c…
Composer fix
Fix for composer to specifically include php 7.4
PSR-X support, PHP 7.3+ and Symfony 4 + 5.
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
-
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
- Updating to php-tmdb/api
~2.1
, switches over to guzzle 6. - Dropped support for Symfony <2.7
Release 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.