Skip to content
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 Tunisia Holidays #109

Merged
merged 31 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
abd492d
add Tunisia Holidays
mr-wolf-gb Jan 18, 2024
ff904a6
fix Tunisia Hijri Holidays
mr-wolf-gb Jan 18, 2024
ea6d1af
fix PHPStan error
mr-wolf-gb Jan 21, 2024
4aae5f9
sync latest commits
mr-wolf-gb Jan 31, 2024
a27dfe5
change Hijri Dates to generated Like in turkey holidays
mr-wolf-gb Jan 31, 2024
0b37ecb
Merge branch 'main' into main
Jan 31, 2024
30af822
minor fixes
mr-wolf-gb Jan 31, 2024
45d77ec
minor fixes
mr-wolf-gb Jan 31, 2024
ce11a5d
fix phpstan error
mr-wolf-gb Jan 31, 2024
616f4d1
fix phpstan error
mr-wolf-gb Jan 31, 2024
b98f93d
Merge branch 'spatie:main' into main
Feb 1, 2024
074767d
implement turkey method as trait for Hijri holidays
mr-wolf-gb Feb 1, 2024
19f83fa
Merge branch 'spatie:main' into main
Feb 1, 2024
342a574
minor fix
mr-wolf-gb Feb 1, 2024
4f96329
Merge remote-tracking branch 'origin/main'
mr-wolf-gb Feb 1, 2024
c38bd7a
move tunisia translations to correct dir
mr-wolf-gb Feb 1, 2024
707db3e
Merge branch 'spatie:main' into main
Feb 1, 2024
09e1ef5
Merge branch 'spatie:main' into main
Feb 5, 2024
8a40743
Merge branch 'main' into main
mr-wolf-gb Feb 11, 2024
c25e1e4
Update src/Countries/Tunisia.php
mr-wolf-gb Feb 12, 2024
d8ed1e7
Update src/Countries/Tunisia.php
mr-wolf-gb Feb 12, 2024
7ff692a
Update tests/Countries/TunisiaTest.php
mr-wolf-gb Feb 12, 2024
fae4fce
Update tests/Countries/TunisiaTest.php
mr-wolf-gb Feb 12, 2024
7685704
remove HijriCalendar
mr-wolf-gb Feb 12, 2024
80ef304
Fix phpstan fail test
mr-wolf-gb Feb 12, 2024
f7c8094
Fix phpstan Ternary operator condition is always true.
mr-wolf-gb Feb 12, 2024
404e998
Merge branch 'spatie:main' into main
mr-wolf-gb Mar 21, 2024
f31ab11
Merge branch 'spatie:main' into main
mr-wolf-gb Apr 1, 2024
548c21a
Fix code to use IslamicCalendar
mr-wolf-gb Apr 2, 2024
7ed2051
Merge branch 'spatie:main' into main
mr-wolf-gb Apr 3, 2024
db2e6b1
Fix translation
mr-wolf-gb Apr 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
],
"require": {
"php": "^8.1",
"ext-intl": "*",
"nesbot/carbon": "^2.72.1"
},
"require-dev": {
Expand Down
Loading