Releases: 68publishers/doctrine-bridge
Releases · 68publishers/doctrine-bridge
v1.1.0
v1.0.0
Version 1.0.0 🎉
Platform support
- added support for PHP
^8.1
- dropped support for PHP
7
Changes
- ❗ moved the all DI classes/interfaces from
SixtyEightPublishers\DoctrineBridge\DI
toSixtyEightPublishers\ DoctrineBridge\Bridge\Nette\DI
- ❗ removed property
DatabaseType::$commented
(deprecated in the Doctrine) - ❗ configuration options under the key
services.drivers
can be now disabled withfalse
instead ofnull
- improved coding style
- updated README
Development
- added Dockerfile and docker-compose.yml with containers for all supported PHP versions
- added full coverage tests with Nettrine and Nettrine/Migrations
- added Makefile
- added GitHub actions
- added PHPStan