Error in Full Calendar installation process
Hi guys.
I'm trying to install Full Calendar and I get the following error when I try.
λ composer require saade/filament-fullcalendar:^3.0
The "3.0" constraint for "saade/filament-fullcalendar" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./composer.json has been updated
Running composer update saade/filament-fullcalendar
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 saade/filament-fullcalendar 3.0 -> satisfiable by saade/filament-fullcalendar[v3.0.0].
- saade/filament-fullcalendar v3.0.0 requires illuminate/contracts ^9.0|^10.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.22] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
I don't know exactly how to fix it, I've updated to the latest version of Laravel and Filament but I still have the problem.
Can anyone tell me how to fix it?
Regards.
Versions and constraints - Composer
A Dependency Manager for PHP
4 Replies
What version of laravel are you on? Looks like you are out of date
The current version after updating is 11.30
what about
composer require saade/filament-fullcalendar
?