Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7746eb4af7 | |||
f5a35a1aba |
@ -12,11 +12,12 @@
|
|||||||
* @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;
|
||||||
use Exception;
|
use Exception;
|
||||||
|
|
||||||
class Canary {
|
class Canary {
|
||||||
|
|
||||||
private static $lastCall = '';
|
private static $lastCall = '';
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
20
composer.lock
generated
Normal file
20
composer.lock
generated
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"_readme": [
|
||||||
|
"This file locks the dependencies of your project to a known state",
|
||||||
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
|
"This file is @generated automatically"
|
||||||
|
],
|
||||||
|
"content-hash": "2766960a50e2f2f76a8ec41e644bc0de",
|
||||||
|
"packages": [],
|
||||||
|
"packages-dev": [],
|
||||||
|
"aliases": [],
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"stability-flags": [],
|
||||||
|
"prefer-stable": false,
|
||||||
|
"prefer-lowest": false,
|
||||||
|
"platform": {
|
||||||
|
"php": ">=8.1.0"
|
||||||
|
},
|
||||||
|
"platform-dev": [],
|
||||||
|
"plugin-api-version": "2.3.0"
|
||||||
|
}
|
Reference in New Issue
Block a user