Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Laravel 11 #235

Open
blissgrn opened this issue Mar 15, 2024 · 3 comments
Open

Support Laravel 11 #235

blissgrn opened this issue Mar 15, 2024 · 3 comments

Comments

@blissgrn
Copy link

Hi !

Could you edit the composer.json to support Laravel 11?

Thanks for your work,
Brice

@blissgrn
Copy link
Author

Not sure if this library is still maintained.
For those who need the Laravel 11 support, I ended up using this fork that is working well so far.
https://github.com/cheesegrits/iseed

@emtiazzahid
Copy link

@blissgrn
i am getting that error on your fork

    - Root composer.json requires schubu/iseed ^3.1 -> satisfiable by schubu/iseed[v3.1].
    - schubu/iseed v3.1 requires illuminate/support ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0 -> found illuminate/support[v5.5.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require schubu/iseed:*" to figure out if any version is installable, or "composer require schubu/iseed:^2.1" if you know which you need.```

@blissgrn
Copy link
Author

blissgrn commented Mar 27, 2024

@emtiazzahid It's not my fork. The documentation is related to a previous fork.
Try composer require cheesegrits/iseed
Or add it directly to your composer.json:
"cheesegrits/iseed": "4.0.5",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants