-
-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Algerian holidays #90
Conversation
composer.json
Outdated
"nesbot/carbon": "^2.72.1", | ||
"ext-calendar": "*" | ||
"ext-calendar": "*", | ||
"geniusts/hijri-dates": "^1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not using this library for a couple of reasons:
protected function fixedHolidays(int $year): array | ||
{ | ||
return [ | ||
'New Year\'s Day' => CarbonImmutable::createFromDate($year, 1, 1), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use the format like in other classes?
Look at Belgium.php for example
Thanks for your efforts, but as stated before we're not using that package. |
Added official holidays for Algeria.