composer version changes

composer version changes
This commit is contained in:
Joey Kimsey
2025-01-21 20:59:01 -05:00
parent 61589b35ff
commit b03fc3b7dd
2 changed files with 10 additions and 12 deletions

View File

@ -24,8 +24,8 @@
"require": "require":
{ {
"php": ">=8.1.0", "php": ">=8.1.0",
"thetempusproject/canary": ">=1.0", "thetempusproject/canary": "1.0.6",
"thetempusproject/hermes": ">=1.0" "thetempusproject/hermes": "1.0.3"
}, },
"autoload": "autoload":
{ {

18
composer.lock generated
View File

@ -4,20 +4,19 @@
"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": "a5f3c6aec6567c9b48b59eecc9588183", "content-hash": "22473999e0fcf4a9a664d37a38a750e7",
"packages": [ "packages": [
{ {
"name": "thetempusproject/canary", "name": "thetempusproject/canary",
"version": "dev-main", "version": "1.0.6",
"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": "35415fbf3c5888ccdb8a8695989176a120026c7f" "reference": "44b2ad688cff933964ec2ff50b408d94c7f51e40"
}, },
"require": { "require": {
"php": ">=8.1.0" "php": ">=8.1.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "files": [
@ -48,20 +47,19 @@
"thetempusproject", "thetempusproject",
"tools" "tools"
], ],
"time": "2024-08-20T10:26:09+00:00" "time": "2025-01-22T01:39:34+00:00"
}, },
{ {
"name": "thetempusproject/hermes", "name": "thetempusproject/hermes",
"version": "dev-main", "version": "1.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/hermes", "url": "https://git.thetempusproject.com/the-tempus-project/hermes",
"reference": "31c51c1a5bad2871df800c89f27ace0a49848583" "reference": "4b4e06a98f0f01695bda18de240bb3294d096ef4"
}, },
"require": { "require": {
"php": ">=8.1.0" "php": ">=8.1.0"
}, },
"default-branch": true,
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "files": [
@ -92,7 +90,7 @@
"thetempusproject", "thetempusproject",
"tools" "tools"
], ],
"time": "2024-08-20T10:26:47+00:00" "time": "2025-01-22T01:43:15+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -105,5 +103,5 @@
"php": ">=8.1.0" "php": ">=8.1.0"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }