renaming for composer

This commit is contained in:
Administrator
2024-08-09 04:08:24 +00:00
committed by Joey Kimsey
parent bfe714b179
commit f5a35a1aba
7 changed files with 5 additions and 4 deletions

View File

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