MoceanAPI / mocean-sdk-php

✉📲 SDK Library for PHP to send SMS for FREE using MoceanAPI sms solution.

Home Page:https://moceanapi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

integration with Laravel 8 php 7.4

changwenliang opened this issue · comments

error when run composer require mocean/client

Problem 1
    - php-http/guzzle6-adapter[dev-master, v1.0.0, ..., v1.1.1, v2.0.0, ..., v2.0.2] require guzzlehttp/guzzle ^6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1).
    - mocean/client 2.1.1 requires php >=5.5.0 <7.1.0 -> your php version (7.4.3) does not satisfy that requirement.
    - mocean/client 2.1.0 requires php-http/guzzle6-adapter ^1.0 || ^2.0 -> satisfiable by php-http/guzzle6-adapter[v1.0.0, v1.1.0, v1.1.1, v2.0.0, v2.0.1, v2.0.2, 2.x-dev (alias of dev-master)].
    - php-http/guzzle6-adapter 2.x-dev is an alias of php-http/guzzle6-adapter dev-master and thus requires it to be installed too.
    - Root composer.json requires mocean/client ^2.1 -> satisfiable by mocean/client[2.1.0, 2.1.1].