mailerlite/mailerlite-api-v2-php-sdk

PHP Version too low.

ShinJii89 opened this issue · 1 comments

Hi,
I have composer.json with many libraries but your library is stopping me... when I try composer update I get

 Problem 1
    - Root composer.json requires mailerlite/mailerlite-api-v2-php-sdk ^0.2.3 -> satisfiable by mailerlite/mailerlite-api-v2-php-sdk[0.2.3].
    - mailerlite/mailerlite-api-v2-php-sdk 0.2.3 requires php ^5.5|^7.0 -> your php version (8.0.15) does not satisfy that requirement.

Can you do something with that as fast as possible? ;)

Ouch, I had to replace mailerlite/mailerlite-api-v2-php-sdk": "^0.2.3" to "mailerlite/mailerlite-api-v2-php-sdk": "^0.3.2"

Now it's working.