You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
What happened?
I get the following error message:
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
The text was updated successfully, but these errors were encountered: