Googlmapper currently requires "illuminate/support": "^6.0 || ^7.0 || ^8.0"
Can you add ^9.0?
Not sure if other changes are needed to make it compatible with Laravel 9.
composer require cornford/googlmapper
Your requirements could not be resolved to an installable set of packages.
Problem 1
- cornford/googlmapper[v3.3.0, ..., v3.3.2] require illuminate/view ^6.0 || ^7.0 -> found illuminate/view[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require.
- cornford/googlmapper v3.3.3 requires illuminate/view ^6.0 || ^7.0 || ^8.0 -> found illuminate/view[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires cornford/googlmapper ^3.3 -> satisfiable by cornford/googlmapper[v3.3.0, v3.3.1, v3.3.2, v3.3.3].
Googlmapper currently requires
"illuminate/support": "^6.0 || ^7.0 || ^8.0"
Can you add
^9.0
? Not sure if other changes are needed to make it compatible with Laravel 9.composer require cornford/googlmapper