Closed stuh closed 2 years ago
Already updated this for Craft 4 / Events 2, and fortunately looks like jsvrcek/ics:^0.8.0
supports PHP 7+ as well, so this won't be a breaking change. Thanks!
Does this mean we can only use this for a site on PHP 8 with Craft 4?
@itsmattsoria Nope, you can use this for Craft 3 and PHP 7, this dependancy just adds support for PHP 8 for both Craft 3 or Craft 4.
When installing the plugin to a PHP8 site I'm seeing the following.
Steps to reproduce
Additional info
The jsvrek/ics dependency has a new release which bumps the supported php version in the composer file. More details here https://github.com/jasvrcek/ICS/issues/59
I also see it fixed in the Craft 4 branch.
Thanks