dotswan / filament-map-picker

Map Picker is a Filament custom field designed to simplify the process of choosing a location on a map and obtaining its geo-coordinates.
MIT License
32 stars 10 forks source link

Package not install on Laravel 11 #10

Closed lokiwich closed 3 months ago

lokiwich commented 3 months ago

Any plan for supporting Laravel 11?

composer require dotswan/filament-map-picker
./composer.json has been updated
Running composer update dotswan/filament-map-picker
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 dotswan/filament-map-picker * -> satisfiable by dotswan/filament-map-picker[v1.0.0, v1.0.1].
    - dotswan/filament-map-picker[v1.0.0, ..., v1.0.1] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., v10.48.4] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require dotswan/filament-map-picker:*" to figure out if any version is installable, or "composer require dotswan/filament-map-picker:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
mohaphez commented 3 months ago

Hi @lokiwich

A new version has just been released that supports Laravel 11 :D

If your problem is not solved or you have other questions Please do not hesitate to inform us.