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