Problem upgrading to version 9.3.0 (with composer update)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tim
    Junior Member
    • Aug 2024
    • 24

    #1

    Problem upgrading to version 9.3.0 (with composer update)

    While running `composer update` with 9.3.0 got the following error:


    Code:
    espocrm/espocrm 9.3.0 requires lasserafn/php-initial-avatar-generator dev-update-image-lib#a46ab8f1427f93c5b37957e739205da7fcca0290 -> found lasserafn/php-initial-avatar-generator[dev-dependabot/composer/lasserafn/php-string-script-language-0.3, dev-dependabot/composer/satooshi/php-coveralls-2.2.0, dev-fix-issue-60, dev-dependabot/add-v2-config-file, dev-feature/autocolor, dev-master, dev-fix-26, dev-LasseRafn-patch-1, v0.1, ..., v0.6.5, v1.0, v1.1, v1.2, v2.0, ..., 2.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 4.0.1, ..., 4.5] but it does not match the constraint.
    Any suggestions?
    Last edited by yuri; Yesterday, 05:23 PM.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9639

    #2
    Hi,

    As the lib was not updated to support PHP 8.5, I forked and fixed it to use it until the maintainer fix or accept my PR with the fix. Since you don't use the official build, you might need to fix your composer file. https://github.com/espocrm/espocrm/b...oser.json#L102

    The same might be needed for laminas-ldap and ratchet.

    Comment

    Working...