renaming for composer
This commit is contained in:
@ -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;
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user