shiftcalc/composer.json

20 lines
587 B
JSON
Raw Normal View History

2025-07-21 22:02:38 +02:00
{
"name": "nischcodes/shiftcalc",
"description": "A small quick and dirty script to connect to a next cloud instance and read my registered working ours and display thema as a sheet and calculate the worked hours.",
"type": "project",
"license": "GPL-3.0",
"autoload": {
"psr-4": {
2025-07-22 23:12:41 +02:00
"Nischcodes\\Shiftcalc\\": "src/",
"Nischcodes\\Shiftcalc\\App\\": "app/"
2025-07-21 22:02:38 +02:00
}
},
"authors": [
{
"name": "nisch.codes",
"email": "nischcodes@noreply.projects.nisch.codes"
}
],
"require": {}
}