mozilla / releases_insights

Parse various sources (hg log, apis, crashes…) to get some insights on past releases such as uplifts per beta, top crash signatures per nightly…
Mozilla Public License 2.0
25 stars 8 forks source link

Update eluceo/ICal dependency to the new version #25

Open pascalchevrel opened 2 years ago

pascalchevrel commented 2 years ago

We use an old version (0.16) of https://packagist.org/packages/eluceo/ical because when I implemented the calendar features, the newer iCal version (2.* a complete rewrite) had dependencies conflicting with some of the other dependencies we have in the project.

That was 18 months ago, since then we have had multiple updates of our dependencies, moved from php 7.4 to 8.1, we should see if we can use the newer version.