`composer require odannyc/laravel-alertify `
Paketi kurmaya çalışıyorum fakat sürümden kaynaklı herhalde bir hata alıyorum. Nasıl çözebilirim. Yardımcı olur musunuz? Hata şu şekilde;
> Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires odannyc/laravel-alertify ^1.0 -> satisfiable by odannyc/laravel-alertify[1.0.0].
- odannyc/laravel-alertify 1.0.0 requires illuminate/session ^5.4 -> found illuminate/session[v5.4.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with an
other require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require odannyc/laravel-alertify:*" to figure out if any version is installable, or "co
mposer require odannyc/laravel-alertify:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.