New release (BC break)
This release brings BC break, mainly that PHP5 compatibility is dropped and suggested PHP version is now 7.4!
If you need to use PHP <7.4 you may need to stay on v1.* of this library
Enhancements by @janbarasek
- Full type-hint support (return values as a strictly declared entity)
- Full PHP 7.4 support
- Automated tests by GitHub ActIons
- PhpStan and Code style test is OK
- Use generic exceptions, better maintability
- Deprecated code removed
Fixes by @janbarasek
- Fix composer dependencies
- Fix lots of old mistakes + removed redundant code