checkdomain / Holiday

Check whether a date is a holiday
www.checkdomain.de
MIT License
49 stars 27 forks source link

Update composer.json #12

Closed cmyker closed 8 years ago

cmyker commented 8 years ago

Add php extension dependency, otherwise if calender extension is missing PHP will throw an exception:

Attempted to call function "easter_days" from namespace "Checkdomain\Holiday\Provider". 500 Internal Server Error - UndefinedFunctionException

FlorianKoerner commented 8 years ago

Thank you! :+1: