This repository was archived by the owner on Sep 10, 2023. It is now read-only.
txtextcontrol-reportingcloud 2.0.0
·
256 commits
to master
since this release
- Removed all Zend Framework 3 dependencies.
- Set the minimum PHP version to 7.1.
- Added strict typing to all files.
- Upgraded to PHPUnit 7.5.
- Abstracted (magic number) HTTP codes to
TxTextControl\ReportingCloud\StatusCode\StatusCode. - Abstracted string utilities to
TxTextControl\ReportingCloud\Stdlib\StringUtils. - Abstracted array utilities to
TxTextControl\ReportingCloud\Stdlib\ArrayUtils. - Abstracted console utilities to
TxTextControl\ReportingCloud\Stdlib\ConsoleUtils. - Tested in PHP 7.1, PHP 7.2 and PHP 7.3.
For a full description of changes, see release-2.0.0.md.