fingerprintjs / fingerprint-pro-server-api-php-sdk

PHP SDK for Fingerprint Pro Server API
MIT License
19 stars 5 forks source link

Update to newer Guzzle #59

Closed heychazza closed 1 year ago

heychazza commented 1 year ago

Hi team,

Is there any chance you can upgrade the library to support Laravel 9, as I get the following error when installing:

charlie@Charlies-MacBook-Pro test-project % composer require fingerprint/fingerprint-pro-server-api-sdk         
./composer.json has been updated
Running composer update fingerprint/fingerprint-pro-server-api-sdk
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - fingerprint/fingerprint-pro-server-api-sdk[dev-feat/swagger-update-schemas-seen-at, dev-main, dev-develop, 0.0.1, ..., 0.4.1, 1.0.0, ..., 1.0.1] require guzzlehttp/guzzle ^6.2 -> found guzzlehttp/guzzle[6.2.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.2).
    - Root composer.json requires fingerprint/fingerprint-pro-server-api-sdk * -> satisfiable by fingerprint/fingerprint-pro-server-api-sdk[dev-feat/swagger-update-schemas-seen-at, dev-main, dev-develop, 0.0.1, 0.3.0, 0.4.0, 0.4.1, 1.0.0, 1.0.1, 9999999-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require fingerprint/fingerprint-pro-server-api-sdk:*" to figure out if any version is installable, or "composer require fingerprint/fingerprint-pro-server-api-sdk:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
charlie@Charlies-MacBook-Pro test-project % 
ilfa commented 1 year ago

:tada: This issue has been resolved in version 1.1.0-develop.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ilfa commented 1 year ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

Orkuncakilkaya commented 1 year ago

Hey @heychazza 👋 , Apologies for the long wait. We are now supporting Laravel 9+