buttflattery / yii2-formwizard

A Yii2 plugin used for creating stepped form or form wizard using yii\widgets\ActiveForm and \yii\db\ActiveRecord
https://yii2plugins.omaraslam.com/formwizard
Other
96 stars 13 forks source link

forgotten packages #82

Closed toir427 closed 6 months ago

toir427 commented 4 years ago

forgotten require packages in composer.json

buttflattery commented 4 years ago

Umm, i think the bootstrap4 package should not be added to the required packages as this is optional and you can use either bootstrap3 or bootstrap4 either depending which one is configured for your project, the Widget detects automatically which one you are using. if you can remove it from the required list we are good to merge. @toir427

toir427 commented 4 years ago

Umm, i think the bootstrap4 package should not be added to the required packages as this is optional and you can use either bootstrap3 or bootstrap4 either depending which one is configured for your project, the Widget detects automatically which one you are using. if you can remove it from the required list we are good to merge. @toir427

Ok, I changed it.