cheesegrits / filament-google-maps

Google Maps package for Filament PHP
234 stars 65 forks source link

Unable to install plugin #91

Closed pritborteam closed 6 months ago

pritborteam commented 6 months ago

I am trying to install the latest version but its not installing because of the composer.lock. Below is my error.

Your requirements could not be resolved to an installable set of packages.

Problem 1

I have not moved to Laravel 11 yet. I am sharing my composer.json

{ "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.", "keywords": [ "laravel", "framework" ], "license": "MIT", "require": { "php": "^8.1", "andrewdwallo/filament-companies": "^3.2", "bezhansalleh/filament-panel-switch": "^1.0", "codewithdennis/filament-select-tree": "^3.1", "filament/filament": "^3.2", "guzzlehttp/guzzle": "^7.8", "laravel/framework": "^10.10", "laravel/sanctum": "^3.3", "laravel/tinker": "^2.8", "laravel/vonage-notification-channel": "^3.3", "ysfkaya/filament-phone-input": "^2.3" }, "require-dev": { "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.0", "laravel/sail": "^1.18", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "phpunit/phpunit": "^10.1", "spatie/laravel-ignition": "^2.0" }, "autoload": { "psr-4": { "App\": "app/", "Database\Factories\": "database/factories/", "Database\Seeders\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\Foundation\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi", "@php artisan filament:upgrade" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }, "extra": { "laravel": { "dont-discover": [] } }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true } }, "minimum-stability": "stable", "prefer-stable": true }

pritborteam commented 6 months ago

This issue is resolved in latest version. And can be closed.