husam-tariq / filament-database-schedule

Manage your Filament Task Scheduling in a Filament interface and save schedules to the database.
MIT License
89 stars 14 forks source link

Plugin not working with latest filament v3.2.63 #35

Closed olivier-nolf closed 6 months ago

olivier-nolf commented 6 months ago

Hi,

When installing the plugin in filament v3.2.63 (latest) I get the following error.

./composer.json has been updated Running composer update husam-tariq/filament-database-schedule Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

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 husam-tariq/filament-database-schedule:*" to figure out if any version is installable, or "composer require husam-tariq/filament-database-schedule:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

How can I fix this? Thanks!

TobiasPlaten commented 6 months ago

@olivier-nolf

Without your composer.json, no one will be able to tell you exactly what the issue is. If I had to guess, I would say you're trying to install the plugin in a Laravel 11 environment. However, the package has not been released for Laravel 11 yet. There's already a pull request that establishes compatibility. #34

olivier-nolf commented 6 months ago

@TobiasPlaten Right! Forgot to include my composer file, but you're right i'm using laravel 11 at this moment and did not notice the the pull request. Thanks for the info!