Open DikkiX opened 1 year ago
Try installing dev-master
, 1.0 is ages old
i get this error after that.
`PS C:\xampp\htdocs\Schoolproject> composer -W require 2amigos/yii2-usuario:"dev-master" ./composer.json has been updated Running composer update 2amigos/yii2-usuario --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1
Installation failed, reverting ./composer.json and ./composer.lock to their original content.`
Possibly you have some conflicting stuff already included in your project?
can you check what $ composer show *bootstrap*
returns?
it shows me
PS C:\xampp\htdocs\Schoolproject> composer show *bootstrap* bower-asset/bootstrap v5.2.3 yiisoft/yii2-bootstrap5 2.0.4 The Twitter Bootstrap v5 extension for the Yii framework
There you have it. Your project uses bootstrap5. This module uses bootstrap3. It's a conflict. There is an open discussion regarding the bs here #437
Technically not a "bug" of usuario, but generally a problem again referring to the need of decoupling the mandatory views from the core.
When trying to install thru composer i keep getting this error
there a way fixing this?