Version 0.8 - Php 8.1 + Enum - ⚠ Breaking backward compatibility
⚠️ BREAKING BACKWARD COMPATIBILITY.
In the factory use, use \PHPExif\Enum\ReaderType
instead of strings to select the read.
See https://github.com/LycheeOrg/php-exif/blob/master/Resources/doc/usage.md#using-factory-method
What's Changed
- Apply fixes with regard to new PHPStan rules by @ildyria in #56
composer update
and test PHP 8.2 by @qwerty287 in #57- Require PHP 8.1 by @qwerty287 in #58
- use class string instead of full string + add enum for type by @ildyria in #59
- improve readme + composer update by @ildyria in #60
Full Changelog: v0.7.14...v0.8.0