composer and comments update

This commit is contained in:
Joey Kimsey
2025-02-02 18:42:29 -05:00
parent 795784f02e
commit 394e752094
24 changed files with 110 additions and 221 deletions

36
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": "6621b1244b732ba3424ec89affa7161e",
"content-hash": "a5baf978df78c7223d6c2f4bf2421050",
"packages": [
{
"name": "thetempusproject/canary",
"version": "1.0.6",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/canary",
"reference": "44b2ad688cff933964ec2ff50b408d94c7f51e40"
"reference": "9c48e66bf54e63ba5ad2d4af90306c87b69f7048"
},
"require": {
"php": ">=8.1.0"
@ -40,22 +40,23 @@
}
],
"description": "Functionality for tracking, logging, and sending log messages to chrome for debugging.",
"homepage": "https://git.thetempusproject.com/the-tempus-project/canary",
"homepage": "https://thetempusproject.com/libraries/canary",
"keywords": [
"debugging",
"logging",
"php",
"thetempusproject",
"tools"
],
"time": "2025-01-22T01:39:34+00:00"
"time": "2025-02-02T23:02:51+00:00"
},
{
"name": "thetempusproject/hermes",
"version": "1.0.3",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/hermes",
"reference": "4b4e06a98f0f01695bda18de240bb3294d096ef4"
"reference": "802581b1d2d70877ccc75d8954b33efcc05d9371"
},
"require": {
"php": ">=8.1.0"
@ -82,28 +83,29 @@
"role": "Lead Developer"
}
],
"description": "Php functions that aid in routing and redirecting; requests and responses.",
"homepage": "https://git.thetempusproject.com/the-tempus-project/hermes",
"description": "This library handles redirects, provides a common backbone for routing, and can handle autoloading in cases where composer is unavailable.",
"homepage": "https://thetempusproject.com/libraries/hermes",
"keywords": [
"autoloader",
"php",
"routing",
"thetempusproject",
"tools"
],
"time": "2025-01-22T01:43:15+00:00"
"time": "2025-02-02T23:22:15+00:00"
},
{
"name": "thetempusproject/houdini",
"version": "2.0.2",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/houdini",
"reference": "fb027a4ebc327e709ad3da29a4cf112894c2b7e6"
"reference": "4c9c9b60233c4dd7a366758c8436560098761eb5"
},
"require": {
"php": ">=8.1.0",
"thetempusproject/canary": "1.0.6",
"thetempusproject/hermes": "1.0.3"
"thetempusproject/canary": "1.0.7",
"thetempusproject/hermes": "1.0.5"
},
"type": "library",
"autoload": {
@ -126,15 +128,15 @@
"role": "Lead Developer"
}
],
"description": "Php functions that aid in creating, managing, and displaying frontend components.",
"homepage": "https://git.thetempusproject.com/the-tempus-project/houdini",
"description": "This library handles creating, managing, and displaying frontend components.",
"homepage": "https://thetempusproject.com/libraries/houdini",
"keywords": [
"frontend",
"php",
"thetempusproject",
"tools"
],
"time": "2025-01-27T05:02:14+00:00"
"time": "2025-02-02T23:31:11+00:00"
}
],
"packages-dev": [],