php-google-people-api installation failed in laravel 11 ,dependencies happen to conflict :
./composer.json has been updated
Running composer update rapidwebltd/php-google-people-api --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- rapidwebltd/php-google-oauth-2-handler[v1.2.1, ..., v1.2.2] require guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.8] but it conflicts with your root composer.json require (^7.8).
- rapidwebltd/php-google-people-api[v1.0.0, ..., v1.0.1] require rapidwebltd/php-google-oauth-2-handler ^1.2.1 -> satisfiable by rapidwebltd/php-google-oauth-2-handler[v1.2.1, v1.2.2].
- Root composer.json requires rapidwebltd/php-google-people-api * -> satisfiable by rapidwebltd/php-google-people-api[v1.0.0, v1.0.1].
You can also try re-running composer require with an explicit version constraint, e.g. "composer require rapidwebltd/php-google-people-api:*" to figure out if any version is installable, or "composer require rapidwebltd/php-google-people-api:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content. ```
php-google-people-api installation failed in laravel 11 ,dependencies happen to conflict :
after running
composer require php-google-people-apiI get the following terminal output