## 4.0.0 - 2022-11-03

### Changed
* Refactored dependencies
* Replaced phinx migrations & seeders with doctrine/migrations and dotkernel/dot-data-fixtures
* Minor bug fixes

### Added
* Psalm implementation
* doctrine/migrations and dotkernel/dot-data-fixtures
* Added functional tests
* Implemented github actions for unit and functional tests
* Implemented github actions for Psalm
* Added PHP 8.2 support

### Deprecated
* Nothing

### Removed
* phinx migrations
* Removed PHP 7.4 support

### Fixed
* Refactored unit tests
