renaming for composer

This commit is contained in:
Administrator
2024-08-09 04:08:24 +00:00
parent bfe714b179
commit 8f140bee75
7 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
* @link https://TheTempusProject.com/Core * @link https://TheTempusProject.com/Core
* @license https://opensource.org/licenses/MIT [MIT LICENSE] * @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/ */
namespace TheTempusProject\Canary; namespace TheTempusProject\Canary\Bin;
use TheTempusProject\Canary\Classes\TempusDebugger; use TheTempusProject\Canary\Classes\TempusDebugger;
use TheTempusProject\Canary\Classes\Logger; use TheTempusProject\Canary\Classes\Logger;

View File

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