Many commits, few changes
- dependency updates
- added
ext-gd
tocomposer.json
as it is required for the default settings - PHPUnit 8.3
- added PHP 7.4 snapshot to
.travis.yml
- added
- cleanup:
QRImage::$background
removed as it was unnecessary (now local inQRImage::dump()
)use function
importssprintf()
for several messages and other output- format of
QRMatrix::formatPattern
andQRMatrix::versionPattern
changed from hex to binary for better comprehensibility QROptionsTrait::__set()
removed in favor ofSettingsContainerInterface
settersset_versionMin(int $version)
andset_versionMax(int $version)
- additional coverage tests