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

Could not install on new laravel 10 #110

Closed
naramwork opened this issue Feb 16, 2023 · 1 comment
Closed

Could not install on new laravel 10 #110

naramwork opened this issue Feb 16, 2023 · 1 comment

Comments

@naramwork
Copy link

When I try to install this package using the new laravel 10
it shows this message :
Problem 1
- Root composer.json requires awcodes/filament-curator 2.1.2 -> satisfiable by awcodes/filament-curator[v2.1.2].
- awcodes/filament-curator v2.1.2 requires illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.0] but these were not loaded, likely because it conflicts with another require.

@howdu
Copy link
Collaborator

howdu commented Feb 16, 2023

I'm sure @awcodes will release a new version soon but for now you can use the dev version

composer require awcodes/filament-curator "^2.0-dev"

You will also need "minimum-stability": "dev" in your composer.json file.

@awcodes awcodes closed this as completed Feb 16, 2023
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

3 participants