bradcornford / Googlmapper

An easy way to integrate Google Maps with Laravel
MIT License
464 stars 142 forks source link

Laravel 9 support: illuminate/support v9.0? #380

Closed wivaku closed 2 years ago

wivaku commented 2 years ago

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].
rbmcgowan commented 2 years ago

Any update on Laravel9 support?

paceband commented 2 years ago

A quick update would be nice.

barhom commented 2 years ago

its been updated, @wivaku can you close the ticket?