1 Commits
1.0.3 ... 1.0

Author SHA1 Message Date
8f140bee75 renaming for composer 2024-08-09 04:08:24 +00:00
7 changed files with 4 additions and 4 deletions

View File

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

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"
]
}
}