unclecheese / silverstripe-event-calendar

The Event Calendar module for SilverStripe
GNU General Public License v2.0
31 stars 78 forks source link

ICS Parser has changed ownership #115

Open u01jmg3 opened 7 years ago

u01jmg3 commented 7 years ago

Hello,

ICS Parser has changed ownership so I recommend updating your composer.json to reflect this.

"johngrogg/ics-parser": "1.0.4"
vixen1975 commented 7 years ago

Yes, I just tried to download this module via Composer and it failed as it can not find the ics-parser module as a requirement.

u01jmg3 commented 7 years ago

My apologies - in order to maintain the statistics already accumulated by the library I had to continue using ICS Parser under the previous owner with myself added as a maintainer on Packagist. You therefore have to do nothing in terms of updating composer.json. I would only suggest updating to 2.0.0 when you are ready.

mrbookt commented 7 years ago

@vixen1975 add this line to the composer.json before event calendar:

johngrogg/ics-parser": "1.0.4 as 1.0.3"