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

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",
"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",