Merge remote-tracking branch 'gitlab/main' into allthebookmarks-com

This commit is contained in:
Joey Kimsey
2025-02-05 06:38:08 -05:00
2 changed files with 29 additions and 30 deletions

View File

@ -25,10 +25,9 @@
{
"components/jquery": "1.9.*",
"fortawesome/font-awesome": "4.7",
"stripe/stripe-php": "^16.3",
"thetempusproject/bedrock": "1.1.2",
"thetempusproject/canary": "1.0.7",
"thetempusproject/houdini": "2.0.3",
"thetempusproject/bedrock": "1.1.5",
"thetempusproject/canary": "1.0.9",
"thetempusproject/houdini": "2.0.5",
"twbs/bootstrap": "5.2.3"
},
"autoload":

52
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "60848437b2d65e726d854a96b9afcf22",
"content-hash": "63640223834a7eeb9b4a211cd45cc6df",
"packages": [
{
"name": "components/jquery",
@ -362,28 +362,28 @@
},
{
"name": "thetempusproject/bedrock",
"version": "1.0.10",
"version": "1.1.5",
"source": {
"type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/bedrock",
"reference": "42ade08306525488f2449a2f4e3e05569eee9822"
"reference": "39d350df061b4c69266bbbe152976cf7254e4c08"
},
"require": {
"php": ">=8.1.0",
"thetempusproject/canary": ">=1.0",
"thetempusproject/hermes": ">=1.0",
"thetempusproject/houdini": ">=1.0"
"thetempusproject/canary": "1.0.9",
"thetempusproject/hermes": "1.0.5",
"thetempusproject/houdini": "2.0.5"
},
"type": "library",
"autoload": {
"files": [
"Config/constants.php",
"Bin/Bedrock.php"
"config/constants.php",
"bin/bedrock.php"
],
"psr-4": {
"TheTempusProject\\Bedroock\\Classes\\": "Classes",
"TheTempusProject\\Bedroock\\Functions\\": "Functions"
}
"classmap": [
"classes",
"functions"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -403,15 +403,15 @@
"framework",
"mvc"
],
"time": "2024-08-21T10:12:54+00:00"
"time": "2025-02-04T12:20:56+00:00"
},
{
"name": "thetempusproject/canary",
"version": "1.0.5",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/canary",
"reference": "35415fbf3c5888ccdb8a8695989176a120026c7f"
"reference": "77cef522e9919573836901eb82b59b20f453fb61"
},
"require": {
"php": ">=8.1.0"
@ -419,12 +419,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": [
@ -446,7 +446,7 @@
"thetempusproject",
"tools"
],
"time": "2024-08-20T10:26:09+00:00"
"time": "2025-02-04T12:16:29+00:00"
},
{
"name": "thetempusproject/hermes",
@ -493,16 +493,16 @@
},
{
"name": "thetempusproject/houdini",
"version": "1.0.8",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/houdini",
"reference": "d9e61d3f8f5d10f3fa7ba31907a4b3c1edc76614"
"reference": "2c7538471ab1f900048ccdb2c71d6bf2bee975e0"
},
"require": {
"php": ">=8.1.0",
"thetempusproject/canary": ">=1.0",
"thetempusproject/hermes": ">=1.0"
"thetempusproject/canary": "1.0.9",
"thetempusproject/hermes": "1.0.5"
},
"type": "library",
"autoload": {
@ -533,7 +533,7 @@
"thetempusproject",
"tools"
],
"time": "2024-08-20T10:30:48+00:00"
"time": "2025-02-04T12:19:25+00:00"
},
{
"name": "twbs/bootstrap",