awssat / laravel-sync-migration

Developer tool helps to sync migrations without refreshing the database
MIT License
108 stars 13 forks source link

Facing Issue in Installation for Laravel 9 #15

Closed MustafaGondalwala closed 2 years ago

MustafaGondalwala commented 2 years ago

I am not able to install package in laravel 9 Getting Error like this

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

Problem 1

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

MustafaGondalwala commented 2 years ago

Here my composer.json "require": { "php": "^8.0.2", "arcanedev/log-viewer": "^9.0", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^9.11", "laravel/sanctum": "^2.14.1", "laravel/tinker": "^2.7", "laravel/ui": "^3.4", "maatwebsite/excel": "^3.1", "phpoffice/phpspreadsheet": "^1.23", "rahulhaque/laravel-filepond": "^1.8", "spatie/laravel-medialibrary": "^10.3", "spatie/laravel-permission": "^5.5", "yajra/laravel-datatables-oracle": "~9.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.6", "fakerphp/faker": "^1.9.1", "laravel/sail": "^1.0.1", "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^6.1", "phpunit/phpunit": "^9.5.10", "spatie/laravel-ignition": "^1.0" },

BSN4 commented 2 years ago

we support Laravel 9 now