{
    "name": "heloufir/filament-leaflet-geosearch",

    "description": "Implementation of LeafLet GeoSearch as a Filament Form Field",
    "keywords": [
        "filament",
        "form",
        "field",
        "leaflet",
        "geosearch"
    ],
    "homepage": "https://github.com/heloufir/filament-leaflet-geosearch",
    "require": {
        "php": "^8.0",
        "filament/forms": "^2.0",
        "spatie/laravel-package-tools": "^1.9"
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Heloufir\\FilamentLeafLetGeoSearch\\": "src/"
        }
    },
    "authors": [
        {
            "name": "EL OUFIR Hatim",
            "email": "eloufirhatim@gmail.com"
        }
    ],
    "extra": {
        "laravel": {
            "providers": [
                "Heloufir\\FilamentLeafLetGeoSearch\\FilamentLeafLetGeoSearchProvider"
            ]
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
