Hi,
I have an quite old Yii2 app running. Now I made some changes but the deployment does not work anymore. The bower-asset package is gone.
yiisoft/yii2-bootstrap dev-master requires bower-asset/bootstrap 3.4.* | 3.3.* | 3.2.* | 3.1.* -> satisfiable by bower-asset/bootstrap[v3.4.1]
I found the yidas/yii2-bower-asset is a 3rd party workaround since years. Installing yidas/yii2-bower-asset and set the alias for bower is working but the frontend is broken. It can’t find a class:
Class yii\jui\JuiAsset does not exist
But there is another problem with yiisoft/yii2-jui.
Checking that it’s installing 2.0.0-beta instead of the lastest version 2.0.7. But 2.0.7 or any 2.0.x version requires again the bower package which is gone.
I have no clue how to solve that dependency issue since anything I tried is running in a different error.
Why is the yii2 framework not providing a proper solution and still has package i the own composer deps which don’t exist anymore?