mailersend / mailersend-php

The official MailerSend PHP SDK
https://developers.mailersend.com
MIT License
67 stars 21 forks source link

Symfony 7 not supported #109

Open kurshynov opened 10 months ago

kurshynov commented 10 months ago

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