{ "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": { "Nischcodes\\Shiftcalc\\": "src/", "Nischcodes\\Shiftcalc\\App\\": "app/" } }, "authors": [ { "name": "nisch.codes", "email": "nischcodes@noreply.projects.nisch.codes" } ], "require": {}, "scripts": { "serve": "php -S 127.0.0.1:8000 -t public" } }