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?
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.

Comment