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

[Bug]: Composer fails to install #18

Open
zietbukuel opened this issue Apr 29, 2023 · 2 comments
Open

[Bug]: Composer fails to install #18

zietbukuel opened this issue Apr 29, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@zietbukuel
Copy link

What happened?

I get the following error message:

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

  Problem 1
    - discoverlance/filament-page-hints[0.0.1, ..., 0.0.3, 1.0.0, ..., v1.0.3] require illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.7] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires discoverlance/filament-page-hints * -> satisfiable by discoverlance/filament-page-hints[0.0.1, 0.0.2, 0.0.3, 1.0.0, 1.0.1, 1.0.2, v1.0.3].

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

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
composer [require discoverlance/filament-page-hints] failed, composer command failed: exit status 2. stderr=

How to reproduce the bug

Install laravel 10, latest filament and this plugin.

Package Version

1.0.3

PHP Version

8.1

Laravel Version

10.8

Which operating systems does with happen with?

Linux

Notes

No response

@zietbukuel zietbukuel added the bug Something isn't working label Apr 29, 2023
@discoverlance-com
Copy link
Owner

Hi, sorry about the delay. It's likely because of laravel 10 support or an update in laravel 9. I have not tested and implemented any support for laravel 10.

I am having issues at the moment with my laptop so I am not able to resolve the issue now. Will do so as soon as I sort my laptop out.

If possible, can you paste here the composer.json you had which gave you the issue so that I can check it out later on when I do resolve it to make sure I can replicate some parts of your environment.

@gavinhewitt
Copy link

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants