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.*", "components/jquery": "1.9.*",
"fortawesome/font-awesome": "4.7", "fortawesome/font-awesome": "4.7",
"stripe/stripe-php": "^16.3", "thetempusproject/bedrock": "1.1.5",
"thetempusproject/bedrock": "1.1.2", "thetempusproject/canary": "1.0.9",
"thetempusproject/canary": "1.0.7", "thetempusproject/houdini": "2.0.5",
"thetempusproject/houdini": "2.0.3",
"twbs/bootstrap": "5.2.3" "twbs/bootstrap": "5.2.3"
}, },
"autoload": "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", "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": "60848437b2d65e726d854a96b9afcf22", "content-hash": "63640223834a7eeb9b4a211cd45cc6df",
"packages": [ "packages": [
{ {
"name": "components/jquery", "name": "components/jquery",
@ -362,28 +362,28 @@
}, },
{ {
"name": "thetempusproject/bedrock", "name": "thetempusproject/bedrock",
"version": "1.0.10", "version": "1.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/bedrock", "url": "https://git.thetempusproject.com/the-tempus-project/bedrock",
"reference": "42ade08306525488f2449a2f4e3e05569eee9822" "reference": "39d350df061b4c69266bbbe152976cf7254e4c08"
}, },
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"thetempusproject/canary": ">=1.0", "thetempusproject/canary": "1.0.9",
"thetempusproject/hermes": ">=1.0", "thetempusproject/hermes": "1.0.5",
"thetempusproject/houdini": ">=1.0" "thetempusproject/houdini": "2.0.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "files": [
"Config/constants.php", "config/constants.php",
"Bin/Bedrock.php" "bin/bedrock.php"
], ],
"psr-4": { "classmap": [
"TheTempusProject\\Bedroock\\Classes\\": "Classes", "classes",
"TheTempusProject\\Bedroock\\Functions\\": "Functions" "functions"
} ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -403,15 +403,15 @@
"framework", "framework",
"mvc" "mvc"
], ],
"time": "2024-08-21T10:12:54+00:00" "time": "2025-02-04T12:20:56+00:00"
}, },
{ {
"name": "thetempusproject/canary", "name": "thetempusproject/canary",
"version": "1.0.5", "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": "35415fbf3c5888ccdb8a8695989176a120026c7f" "reference": "77cef522e9919573836901eb82b59b20f453fb61"
}, },
"require": { "require": {
"php": ">=8.1.0" "php": ">=8.1.0"
@ -419,12 +419,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": [
@ -446,7 +446,7 @@
"thetempusproject", "thetempusproject",
"tools" "tools"
], ],
"time": "2024-08-20T10:26:09+00:00" "time": "2025-02-04T12:16:29+00:00"
}, },
{ {
"name": "thetempusproject/hermes", "name": "thetempusproject/hermes",
@ -493,16 +493,16 @@
}, },
{ {
"name": "thetempusproject/houdini", "name": "thetempusproject/houdini",
"version": "1.0.8", "version": "2.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.thetempusproject.com/the-tempus-project/houdini", "url": "https://git.thetempusproject.com/the-tempus-project/houdini",
"reference": "d9e61d3f8f5d10f3fa7ba31907a4b3c1edc76614" "reference": "2c7538471ab1f900048ccdb2c71d6bf2bee975e0"
}, },
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"thetempusproject/canary": ">=1.0", "thetempusproject/canary": "1.0.9",
"thetempusproject/hermes": ">=1.0" "thetempusproject/hermes": "1.0.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -533,7 +533,7 @@
"thetempusproject", "thetempusproject",
"tools" "tools"
], ],
"time": "2024-08-20T10:30:48+00:00" "time": "2025-02-04T12:19:25+00:00"
}, },
{ {
"name": "twbs/bootstrap", "name": "twbs/bootstrap",