diff --git a/composer.json b/composer.json index da56322..97caa83 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": ">=8.1.0", - "thetempusproject/canary": "1.0.8", + "thetempusproject/canary": "1.0.9", "thetempusproject/hermes": "1.0.5" }, "autoload": diff --git a/composer.lock b/composer.lock index 17fcf5c..486ee9b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,15 +4,15 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "738470e04935a0a5b1a490df9c88b787", + "content-hash": "40dc79a68776099a4256f22fbd1a1076", "packages": [ { "name": "thetempusproject/canary", - "version": "1.0.7", + "version": "1.0.9", "source": { "type": "git", "url": "https://git.thetempusproject.com/the-tempus-project/canary", - "reference": "9c48e66bf54e63ba5ad2d4af90306c87b69f7048" + "reference": "77cef522e9919573836901eb82b59b20f453fb61" }, "require": { "php": ">=8.1.0" @@ -20,12 +20,12 @@ "type": "library", "autoload": { "files": [ - "Config/constants.php", - "Bin/Canary.php" + "config/constants.php", + "bin/canary.php" ], - "psr-4": { - "TheTempusProject\\Canary\\Classes\\": "Classes" - } + "classmap": [ + "classes" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -48,7 +48,7 @@ "thetempusproject", "tools" ], - "time": "2025-02-02T23:02:51+00:00" + "time": "2025-02-04T12:16:29+00:00" }, { "name": "thetempusproject/hermes",