Add Composer autoloading
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user