-
Notifications
You must be signed in to change notification settings - Fork 104
Description
General Information
GeocoderLaravel Version:
Laravel Version: "^10.8"
PHP Version: "^8.1"
Operating System and Version: Windows
Issue Description
[I'm trying to install geocoder-php/google-maps-provider, but I can't. I have these errors :
Problem 1
- geocoder-php/common-http[4.0.0, ..., 4.2.0] require php ^7.0 -> your php version (8.1.13) does not satisfy that requirement.
- geocoder-php/google-maps-provider[4.0.0, ..., 4.4.0] require php ^7.0 -> your php version (8.1.13) does not satisfy that requirement.
- geocoder-php/common-http 4.3.0 requires php ^7.2 -> your php version (8.1.13) does not satisfy that requirement.
- geocoder-php/google-maps-provider 4.5.0 requires php ^7.2 -> your php version (8.1.13) does not satisfy that requirement.
- geocoder-php/common-http[4.4.0, ..., 4.5.0] require psr/http-message ^1.0 -> found psr/http-message[1.0, 1.0.1, 1.1] but the package is fixed to 2.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.
- toin0u/geocoder-laravel 4.6.0 requires geocoder-php/google-maps-provider ^4.0 -> satisfiable by geocoder-php/google-maps-provider[4.0.0, ..., 4.7.1].
- geocoder-php/google-maps-provider[4.6.0, ..., 4.7.1] require geocoder-php/common-http ^4.0 -> satisfiable by geocoder-php/common-http[4.0.0, ..., 4.5.0].
- Root composer.json requires toin0u/geocoder-laravel ^4.6 -> satisfiable by toin0u/geocoder-laravel[4.6.0].
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 toin0u/geocoder-laravel:*" to figure out if any version is installable, or "composer require toin0u/geocoder-laravel:^2.1" if you know which you need.]
Steps to Replicate
[please provide a list of specific steps that will allow me to replicate this issue]
Stack Trace
[if an error is occuring, provide the complete stack trace here]