OsamaAlmamri/laravelsurveyjs

package conflict

Opened this issue · 1 comments

Problem 1
- aidynmakhataev/laravelsurveyjs[0.1.0, ..., 0.3.1] require illuminate/support ~5 -> found illuminate/support[v5.0.0, ..., v5.8.36] but these were not loaded, likely because it conflicts with an
conflicts with another require.
- aidynmakhataev/laravelsurveyjs 1.0.0 requires illuminate/support ^8 -> found illuminate/support[v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another requiith another require.
- Root composer.json requires aidynmakhataev/laravelsurveyjs * -> satisfiable by aidynmakhataev/laravelsurveyjs[0.1.0, ..., 0.3.1, 1.0.0].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require aidynmakhataev/laravelsurveyjs:*" to figure out if any version is installable, or "composer re, or "composer require aidynmakhataev/laravelsurveyjs:^2.1" if you know which you need.

Help Me solve this, please.
I'm working with Laravel 10

you can check the reason by using "why-not" command like this post: https://stackoverflow.com/questions/73810939/illuminate-bus-packages-were-not-loaded-likely-because-it-conflicts-with-anothe
for me it's because this package only run with php ^7.3 when i'm using php ^8.0. i have downgraded php version and finally can run this package locally.