-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 662 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "irfa/php-hari-libur",
"description": "\"Plugin ini berfungsi untuk mengecek hari libur nasional\"",
"type": "package",
"license": "MIT",
"version": "v1.21",
"homepage": "https://github.com/irfaardy/php-hari-libur",
"keywords": ["laravel", "holidays", "plugin", "hari libur", "hris","plugin hari libur", "php"],
"authors": [
{
"name": "Irfa Ardiansyah",
"email": "irfa.backend@protonmail.com"
}
],
"require": {
"php": "^7.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Irfa\\HariLibur\\": "src/"
}
}
}