mailjet / mailjet-apiv3-php

[API v3] Mailjet PHP Wrapper
http://dev.mailjet.com
MIT License
263 stars 86 forks source link

Update composer.json #283

Closed arneee closed 9 months ago

arneee commented 9 months ago

Hi,

you have added a hard versioned dependency "symfony/validator": "6.3" in version 1.6.2, which basically downgrades all Symfony components to 6.3 if Mailjet is being used in a Symfony 6.4 project.

Please change it to ^6.3.

Thanks!