You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
638 B
JSON
26 lines
638 B
JSON
{
|
|
"description": "A calendar for public holiday",
|
|
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-mbstring": "*",
|
|
"eluceo/ical": "^2.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WebSite\\": "php/"
|
|
}
|
|
},
|
|
|
|
"readme": "README.md",
|
|
"homepage": "https://git.jrosset.ovh/jrosset/PublicHolidayCalendar",
|
|
"license": "CC-BY-4.0",
|
|
"authors": [
|
|
{
|
|
"name": "Julien Rosset",
|
|
"email": "jul.rosset@gmail.com"
|
|
}
|
|
]
|
|
}
|