You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like this isue we had a problem with version constraint, we're trying to use philippfrenzel/yii2fullcalendar, this package requires fullcalendar/fullcalendar but as of few hours the project owner has updated the version control of Jquery FROM:
"jquery": ">=2.0.0",
"moment": ">=2.9.0"
TO
"jquery": "2 - 3",
"moment": "^2.9.0"
How we can get a fix for this?
simocheccoli, depesr, holtkamp, steffendietz, ocramleznem and 3 more