composer and autoloading changes for renaming

This commit is contained in:
Joey Kimsey
2025-02-03 12:39:23 -05:00
parent bfe2aee6ee
commit 9d339b961e
2 changed files with 9 additions and 8 deletions

View File

@ -30,12 +30,12 @@
{
"psr-4":
{
"TheTempusProject\\Canary\\Classes\\": "Classes"
"TheTempusProject\\Canary\\Classes\\": "classes"
},
"files":
[
"Config/constants.php",
"Bin/Canary.php"
"config/constants.php",
"bin/canary.php"
]
}
}