Benn
(B Destrube)
April 19, 2024, 11:16pm
21
Hello,
I am trying to install a fresh instance to create a new application, right after install, I run
composer require 2amigos/yii2-usuario:~1.0
and get the same error message as in the initial question.
Can anyone point me in the right direction ?
Thanks a lot
tri
(tri - Tommy Riboe)
April 21, 2024, 10:53am
22
If I understand this issue correctly, I guess you’ll need
or wait for the release
opened 01:48PM - 26 Dec 22 UTC
Bootstrap here is outdated, no releases lately make hard to implement breaking c… hanges. I suggest a plan for getting past this
# 1. I have created a dev branch here:
https://github.com/TonisOrmisson/yii2-usuario/tree/bootstrap-5
This branch will:
- move resources away from src folder
- make all views-related dependencies as non-mandatory
- implements bootstrap5 in the "default" views
- Docs not updated yet
# 2. create a new bs5 branch
Since there has not been a release for quite a long time and I am guessing many are using the module via "dev-master". I do not want to make a PR into master to start with. I suggest to implement the changes in a TEMP parallel branch. Eg v2 or similar.
# 3. Make a release
Make a release of the current work (eg 1.6) and announce a deadline for the merge of the TEMP branch into master. Suggest users to avoid using "dev-master" and use the latest tagged release instead (breaking changes incoming). I suggest no longer than 6 months for the deadline.
# 4. Tag a v2 release on the TEMP branch to be able to pull a versioned new release.
# 5. Merge
after the "deadline" merge the Temp branch to master and kill the temp branch.
____
related to #437 #476 #289 #406 #485