./composer.json has been updated
Running composer update mailersend/mailersend
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
root dev-main conflicts with symfony/symfony v6.4.1.
root dev-main conflicts with symfony/symfony v6.4.0.
root dev-main conflicts with symfony/symfony v6.3.10.
root dev-main conflicts with symfony/symfony v6.3.9.
root dev-main conflicts with symfony/symfony v6.3.8.
root dev-main conflicts with symfony/symfony v6.3.7.
root dev-main conflicts with symfony/symfony v6.3.6.
root dev-main conflicts with symfony/symfony v6.3.5.
root dev-main conflicts with symfony/symfony v6.3.4.
mailersend/mailersend[v0.1.0, ..., v0.1.1] require php ^7.4 -> your php version (8.2.13) does not satisfy that requirement.
mailersend/mailersend[v0.2, ..., v0.12.0] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
tightenco/collect[v7.0.0, ..., v7.26.1, v8.0.0, ..., v8.0.4] require php ^7.1.3 -> your php version (8.2.13) does not satisfy that requirement.
tightenco/collect[v8.14.0, ..., v8.15.0] require php ^7.2 -> your php version (8.2.13) does not satisfy that requirement.
symfony/symfony[v5.4.16, ..., v5.4.33] require doctrine/event-manager ~1.0 -> found doctrine/event-manager[v1.0.0, ..., 1.2.0] but the package is fixed to 2.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
root is present at version dev-main and cannot be modified by Composer
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require mailersend/mailersend:*" to figure out if any version is installable, or "composer require mailersend/mailersend:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Summary
composer require mailersend/mailersend
Results
./composer.json has been updated Running composer update mailersend/mailersend Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require mailersend/mailersend:*" to figure out if any version is installable, or "composer require mailersend/mailersend:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
When will there be support? Thanks