with running composer require spatie/laravel-short-schedule
i'm receiving this
Root composer.json requires spatie/laravel-short-schedule ^1.5 -> satisfiable by spatie/laravel-short-schedule[1.5.0]. spatie/laravel-short-schedule 1.5.0 requires illuminate/cache ^8.71|^9.0 -> found illuminate/cache[v8.71.0, ..., 8.x-dev, v9.0.0- beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
Hi,
with running
composer require spatie/laravel-short-schedule
i'm receiving this
Root composer.json requires spatie/laravel-short-schedule ^1.5 -> satisfiable by spatie/laravel-short-schedule[1.5.0]. spatie/laravel-short-schedule 1.5.0 requires illuminate/cache ^8.71|^9.0 -> found illuminate/cache[v8.71.0, ..., 8.x-dev, v9.0.0- beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
this is composer.json
PHP 8.0.12 Laravel Framework 8.70.2
Tnx.