Problem/Motivation
I forked pel/pel into fileeye/pel since the current maintainers no longer can follow it and there is a difference between the github naming of the repo (pel/pel) and the packagist one (lsolesen/pel).
Now both will be @ fileeye/pel, even if the PHP namespace will remain lsolesen\pel for now.
Proposed resolution
Switch dependency to fileeye/pel.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork file_mdm-3367739
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mondrakeComment #6
rajeshreeputra@mondrake can we get it released as unable to upgrade to latest PHP.
Comment #7
mondrake#6 released 8.x-2.6.
Comment #8
markaspot commentedHello, although the PHP namespace has remained as lsolesen\pel, I've encountered a "Class not found" error with
lsolesen\pel\PelJpeg. I've tried deleting the vendor directory and composer.lock file without success.I have also attempted to clear Composer's cache and regenerate autoload files plus
drush cr, but this has not resolved the issue. Any guidance would be greatly appreciated.