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
\Org_Heigl\Holidaychecker\IteratorItem\Easter relies on functions provided by ext-calendar.
DOMElement (used in \Org_Heigl\Holidaychecker\Factory\SwapDecoratorFactory) is provided by ext-dom.
Instead of requiring ext-calendar it is also possible to require roukmoute/polyfill-calendar. This is nice, because it will provide the functions needed for the Easter calculation when ext-calendar is missing and will do nothing if not.
The text was updated successfully, but these errors were encountered:
dweichert
added a commit
to dweichert/holidayChecker
that referenced
this issue
Mar 22, 2024
\Org_Heigl\Holidaychecker\IteratorItem\Easter
relies on functions provided by ext-calendar.DOMElement (used in
\Org_Heigl\Holidaychecker\Factory\SwapDecoratorFactory
) is provided by ext-dom.Instead of requiring ext-calendar it is also possible to require
roukmoute/polyfill-calendar
. This is nice, because it will provide the functions needed for the Easter calculation when ext-calendar is missing and will do nothing if not.The text was updated successfully, but these errors were encountered: