Releases: php-tmdb/api
Releases · php-tmdb/api
4.0.3: Merge pull request #232 from SosthenG/movie-external-ids
Contains some small fixes
4.0.2 Fixes #180; reference birth or death days as YEAR-01-01 instead of us…
Composer fix
Fix for composer to specifically include php 7.4
PSR-X support, PHP 7.3+
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
[ALPHA] Early release for 3.0 which allows Symfony 5 components and drops legacy php versions
Merge pull request #201 from DariusIII/patch-1 Allow symfony 5 components
Small fixes
Small update
Merge pull request #186 from dblazeski/2.1 Fixes Y-d-m format
Small update
See #182
Adds recommendations
- #179 adds recommendations for tv shows and movies, thanks to @actioussan !
Adds symfony4 support
Thanks @z38 for your contribution