Problem/Motivation
Reported by J.Edgar
I was getting a warning saying
jquery_ui_touch_punchwas missing. I added it to my composer file as a requirement and it removed the issue. Was this removed by mistake?
Steps to reproduce
Composer 2 is not taking the dev-master by default from bower-asset
"bower-asset/jqueryui-touch-punch": "*",
Instead, it's getting the gh-pages branch
https://github.com/furf/jquery-ui-touch-punch/tree/gh-pages
Proposed resolution
To work in Compose 2 it should be changed to
"bower-asset/jqueryui-touch-punch": "dev-master",
to get
https://github.com/furf/jquery-ui-touch-punch/tree/master
In composer 1: the default was the master branch
In composer 2: it's alphabetical for the * require selection option
Remaining tasks
Changebower-asset/jqueryui-touch-punchto dev-master in composer.jsonTest build and update of Varbase 8 + Varbase 9Test with composer 1.0Test with composer 2.0Update the documentation
Updating Varbase to work with Composer 2.0- Release Varbase 8.8.9 and Varbase 9.0.0-rc2
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #9
rajab natshahComment #10
rajab natshahComment #11
rajab natshahComment #12
rajab natshahComment #13
rajab natshahComment #14
rajab natshahComment #15
rajab natshah