Add Composer autoloading

This commit is contained in:
Gogs
2026-07-06 20:31:04 +02:00
parent 249bcb1f1b
commit 79d0976b80
13 changed files with 102 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "herwigbirke/tvguide",
"description": "Self-hosted electronic TV guide based on XMLTV data.",
"type": "project",
"autoload": {
"psr-4": {
"TVGuide\\": "app/src/"
}
},
"require": {}
}