lokalise / php-lokalise-api

Lokalise API v2 PHP library.
https://app.lokalise.com/api2docs/curl/
MIT License
16 stars 11 forks source link

Laravel 8 support #17

Closed php-writerman closed 3 years ago

php-writerman commented 3 years ago

Laravel 8 requires guzzlehttp/guzzle ^7.0.1

Problem 1
    - php-http/guzzle6-adapter[dev-master, v1.0.0, ..., v1.1.1, v2.0.0, ..., v2.0.1] 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).
    - lokalise/php-lokalise-api 3.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, 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 lokalise/php-lokalise-api 3.1.* -> satisfiable by lokalise/php-lokalise-api[3.1.0].
php-writerman commented 3 years ago

@TheLevti @yarlson @beinarovic Can you please create a new version of your package with guzzle 7 support? It will be really helpful. Thank you for advance!