Use backpack/permissionmanager on V5 #658
Replies: 4 comments
-
Did you try to remove and re-install? to auto-pick the compatible version?
|
Beta Was this translation helpful? Give feedback.
-
Thanks for reply C:\xampp\htdocs\wishlist>composer remove backpack/permissionmanager
C:\xampp\htdocs\wishlist>composer require backpack/permissionmanager Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. Installation failed, reverting ./composer.json and ./composer.lock to their original content. |
Beta Was this translation helpful? Give feedback.
-
Can you share your composer.json? I give it a try to install |
Beta Was this translation helpful? Give feedback.
-
Sure, below is composer.json file code |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Laravel v8.83.27 and can't update to v10, so I add backpack v5 instend of v6 that support Laravel 8. Currently, I'm attempting to incorporate 'backpack/permissionmanager' into my project by following the instructions: . Unfortunately, I'm encountering an error
Problem 1
- Root composer.json requires backpack/permissionmanager ^7.0 -> satisfiable by backpack/permissionmanager[7.0.0, 7.0.1].
- backpack/permissionmanager[7.0.0, ..., 7.0.1] require backpack/crud ^6.0 -> found backpack/crud[6.0.0, ..., v6.x-dev] but it conflicts with your root composer.json require (5.*).
I'm seeking guidance on how to successfully install 'backpack/permissionmanager' while using 'backpack-v5'.
I appreciate any assistance you can provide. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions