Hey all! Nice job continuing with the php-exif package!
I'm working on a statamic addon https://github.com/BALOTIAS/statamic-asset-metadata-importer which uses php-exif under the hood to automatically ready and map metadata to statamic fields. I want to migrate away from miljar/php-exif to lychee-org/php-exif however I have some issues with that:
- Statamic 5 requires support for php 8.2 - 8.4: https://statamic.dev/release-schedule-support-policy
- Installing this package might fail when there is a
thecodingmachine/safe mismatch, older laravel/framework versions might use thecodingmachine/safe^2.0 but the newest version is locked at ^3.0
So... would it possible to:
- Re-add PHP 8.2 & 8.3 support?
- Allow any version of thecodingmachine/safe? Like:
"thecodingmachine/safe": "^1.3 || ^2 || ^3"
I might just make a branch/pull request with these changes and see what happens....