Skip to content

Can't use this package due to PHP 8.2 and package requirement incompatabilities #78

@BALOTIAS

Description

@BALOTIAS

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:

  1. Statamic 5 requires support for php 8.2 - 8.4: https://statamic.dev/release-schedule-support-policy
  2. 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:

  1. Re-add PHP 8.2 & 8.3 support?
  2. 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....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions