intervention/image version conflict on 9.3?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamie
    Senior Member
    • Aug 2025
    • 243

    #1

    intervention/image version conflict on 9.3?

    after upgradeing to 9.3 from 9.1 i found the auto avatars not working

    Looking into it it seems that intervention/image needs to be ^3.11, but the avatar creation package lasserafn/php-initial-avatar-generator doesn't seem to have a compatible version?

    Code:
    composer require lasserafn/php-initial-avatar-generator:dev-update-image-lib intervention/image:^3.11 --with-all-dependencies
    ./composer.json has been updated
    Running composer update lasserafn/php-initial-avatar-generator intervention/image --with-all-dependencies
    Loading composer repositories with package information
    Updating dependencies
    Your requirements could not be resolved to an installable set of packages.
    
    Problem 1
    - Root composer.json requires lasserafn/php-initial-avatar-generator dev-update-image-lib, 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.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9692

    #2
    Similar issue. https://forum.espocrm.com/forum/inst...omposer-update

    As you do not use an official build, you also need to keep in sync composer.json changes we make in new versions.

    Comment

    • jamie
      Senior Member
      • Aug 2025
      • 243

      #3
      Originally posted by yuri
      Similar issue. https://forum.espocrm.com/forum/inst...omposer-update

      As you do not use an official build, you also need to keep in sync composer.json changes we make in new versions.
      yup that is what i am doing

      It would be nice if this info were included in the version release

      Comment

      • yuri
        EspoCRM product developer
        • Mar 2014
        • 9692

        #4
        We do not support it officially. For every minor and major release you need to review composer.json changes. Changes usually happen when we add support of new versions of PHP.

        It's not a version conflict from the perspective of what we support officially. I recommend to stick to official builds.

        Comment

        Working...