morrislaptop/laravel-seed-list

Error Laravel 9 PHP 8.1

gaztum opened this issue · 2 comments

$ composer require morrislaptop/laravel-seed-list --dev

Using version ^0.2.0 for morrislaptop/laravel-seed-list
./composer.json has been updated
Running composer update morrislaptop/laravel-seed-list
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 morrislaptop/laravel-seed-list ^0.2.0 -> satisfiable by morrislaptop/laravel-seed-list[v0.2.0].
- morrislaptop/laravel-seed-list v0.2.0 requires illuminate/contracts ^8.0 -> found illuminate/contracts[v8.0.0, ..., 8.x-dev] 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 morrislaptop/laravel-seed-list:*" to figure out if any version is installable, or "composer require morrislaptop/laravel-seed-list:^2.1" if you know which you need.

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

I had a quick go at this but couldn't crack it - would def accept a PR (even one with only support for L9 and I can cut a breaking release)

@gaztum Should be working with L9 now :)