composer bump

This commit is contained in:
Joey Kimsey
2025-02-04 07:19:25 -05:00
parent 21ef1ba8c9
commit 2c7538471a
2 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,7 @@
"require": "require":
{ {
"php": ">=8.1.0", "php": ">=8.1.0",
"thetempusproject/canary": "1.0.8", "thetempusproject/canary": "1.0.9",
"thetempusproject/hermes": "1.0.5" "thetempusproject/hermes": "1.0.5"
}, },
"autoload": "autoload":

18
composer.lock generated
View File

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