HubSpot/hubspot-api-php

Incompitable with Laravel 10

AmmadGetlicensed opened this issue · 0 comments

composer require hubspot/api-client
./composer.json has been updated
Running composer update hubspot/api-client
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires laravel/framework ^10.10, found laravel/framework[v10.10.0, ..., v10.48.8] but the package is fixed to v11.0.8 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Problem 2
- Root composer.json requires laravel/sanctum ^3.2, found laravel/sanctum[v3.2.0, ..., v3.3.3] but the package is fixed to v4.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Problem 3
- Root composer.json requires laravel/telescope ^4.16, found laravel/telescope[v4.16.0, ..., v4.17.6] but the package is fixed to v5.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Problem 4
- Root composer.json requires nunomaduro/collision ^7.0, found nunomaduro/collision[v7.0.0, ..., v7.10.0] but the package is fixed to v8.1.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

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 hubspot/api-client:*" to figure out if any version is installable, or "composer require hubspot/api-client:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Can you please make it compatible.