You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I encountered an issue while trying to install the alchemy/phpexiftool package via Composer. Here's the problem I encountered:
Problem 1
alchemy/phpexiftool version 4.0.0 and 4.0.1 require exiftool/exiftool with a version constraint of *, but it could not be found in any version. This suggests there may be a typo in the package name or an issue with the package repository.
Additionally, the root composer.json file of my project requires alchemy/phpexiftool with a version constraint of ^4.0, which should be satisfiable by versions 4.0.0 and 4.0.1 of alchemy/phpexiftool.
However, due to the missing exiftool/exiftool dependency, I'm unable to use the alchemy/phpexiftool package in my project as intended.
I kindly request your assistance in resolving this issue. If there is any additional information needed or if you require further clarification, please don't hesitate to reach out to me. Thank you for your time and support.
The text was updated successfully, but these errors were encountered:
I hope this message finds you well. I encountered an issue while trying to install the alchemy/phpexiftool package via Composer. Here's the problem I encountered:
Problem 1
alchemy/phpexiftool version 4.0.0 and 4.0.1 require exiftool/exiftool with a version constraint of *, but it could not be found in any version. This suggests there may be a typo in the package name or an issue with the package repository.
Additionally, the root composer.json file of my project requires alchemy/phpexiftool with a version constraint of ^4.0, which should be satisfiable by versions 4.0.0 and 4.0.1 of alchemy/phpexiftool.
However, due to the missing exiftool/exiftool dependency, I'm unable to use the alchemy/phpexiftool package in my project as intended.
I kindly request your assistance in resolving this issue. If there is any additional information needed or if you require further clarification, please don't hesitate to reach out to me. Thank you for your time and support.
The text was updated successfully, but these errors were encountered: