u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
450 stars 144 forks source link

Add nesbot/carbon ^2.0 as alternative requirement #214

Closed rjvandoesburg closed 5 years ago

rjvandoesburg commented 5 years ago

Hey,

So I was adding this library to Laravel 5.8 which has a dependency for "nesbot/carbon": "^1.26.3 || ^2.0" as I checked how carbon was used in this package I saw nothing that could break by adding an alternative requirement for version 2.0 of carbon.

Cheers!