mailerlite / mailerlite-api-v2-php-sdk

Official PHP wrapper for MailerLite Classic HTTP API v2
https://developers-classic.mailerlite.com/docs
MIT License
80 stars 44 forks source link

PHP Version too low. #58

Closed ShinJii89 closed 2 years ago

ShinJii89 commented 2 years ago

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? ;)

ShinJii89 commented 2 years ago

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.