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
Normally it is sufficient to just require carbon inside the composer.json. (The one of ics-parser)
As we use the ics-parser itself as a composer package, it is installed into the vendor directory and composer should take care of loading Carbon on its own.
2.1.0
With version 2.1.0, Inside the
ICal.php
file the following line was added:require '../vendor/autoload.php';
Was this done by accident?
The text was updated successfully, but these errors were encountered: