composer bump

This commit is contained in:
Joey Kimsey
2025-02-02 18:44:53 -05:00
parent 5e621883ff
commit e52ae78ed0
3 changed files with 38 additions and 32 deletions

View File

@ -18,7 +18,7 @@ I am working very hard to ensure the system is safe and reliable enough for me t
## Find Us ## Find Us
* [DockerHub](https://hub.docker.com/repositories/thetempusproject) * [DockerHub](https://hub.docker.com/repositories/thetempusproject)
* [Packagist](https://packagist.org/users/joeyk4816/packages/) * [Packagist](https://packagist.org/packages/thetempusproject/)
* [GitLab](https://git.thetempusproject.com/the-tempus-project/thetempusproject) * [GitLab](https://git.thetempusproject.com/the-tempus-project/thetempusproject)
## Summary ## Summary

View File

@ -2,19 +2,22 @@
"name": "thetempusproject/thetempusproject", "name": "thetempusproject/thetempusproject",
"type": "project", "type": "project",
"description": "The aim of this project is to provide a simple and stable platform for rapidly prototyping new web applications.", "description": "The aim of this project is to provide a simple and stable platform for rapidly prototyping new web applications.",
"license": "MIT",
"minimum-stability": "dev",
"keywords": "keywords":
[ [
"thetempusproject", "thetempusproject",
"php",
"mvc",
"framework" "framework"
], ],
"license": "MIT",
"homepage": "https://TheTempusProject.com", "homepage": "https://TheTempusProject.com",
"authors": "authors":
[ [
{ {
"name": "Joey Kimsey", "name": "Joey Kimsey",
"email": "Joey@thetempusproject.com", "email": "Joey@thetempusproject.com",
"homepage": "https://TheTempusProject.com", "homepage": "https://JoeyKimsey.com",
"role": "Lead Developer" "role": "Lead Developer"
} }
], ],
@ -22,9 +25,9 @@
{ {
"components/jquery": "1.9.*", "components/jquery": "1.9.*",
"fortawesome/font-awesome": "4.7", "fortawesome/font-awesome": "4.7",
"thetempusproject/bedrock": "1.1.1", "thetempusproject/bedrock": "1.1.2",
"thetempusproject/canary": "1.0.6", "thetempusproject/canary": "1.0.7",
"thetempusproject/houdini": "2.0.2", "thetempusproject/houdini": "2.0.3",
"twbs/bootstrap": "5.2.3" "twbs/bootstrap": "5.2.3"
}, },
"autoload": "autoload":
@ -61,6 +64,5 @@
"robloach/component-installer": true "robloach/component-installer": true
} }
}, },
"minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true
} }

54
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": "b54d2da34f833481cff28144a669b2aa", "content-hash": "d85438494def4dfe5294034363151ee2",
"packages": [ "packages": [
{ {
"name": "components/jquery", "name": "components/jquery",
@ -303,17 +303,17 @@
}, },
{ {
"name": "thetempusproject/bedrock", "name": "thetempusproject/bedrock",
"version": "1.1.1", "version": "1.1.2",
"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": "bcd73d58f9d7df41b5ec0f12871ff15cfcc215ae" "reference": "394e7520941a706fadc19d0c6606a78306289b74"
}, },
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"thetempusproject/canary": "1.0.6", "thetempusproject/canary": "1.0.7",
"thetempusproject/hermes": "1.0.3", "thetempusproject/hermes": "1.0.5",
"thetempusproject/houdini": "2.0.2" "thetempusproject/houdini": "2.0.3"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -339,20 +339,22 @@
} }
], ],
"description": "Bedrock is intended as the core functionality used by The Tempus Project: a rapid prototyping framework. This library utilizes the MVC architecture in addition to a custom templating engine designed to make building web applications simple.", "description": "Bedrock is intended as the core functionality used by The Tempus Project: a rapid prototyping framework. This library utilizes the MVC architecture in addition to a custom templating engine designed to make building web applications simple.",
"homepage": "https://git.thetempusproject.com/the-tempus-project/bedrock", "homepage": "https://thetempusproject.com/libraries/bedrock",
"keywords": [ "keywords": [
"framework", "framework",
"mvc" "mvc",
"php",
"thetempusproject"
], ],
"time": "2025-01-27T05:07:05+00:00" "time": "2025-02-02T23:42:29+00:00"
}, },
{ {
"name": "thetempusproject/canary", "name": "thetempusproject/canary",
"version": "1.0.6", "version": "1.0.7",
"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": "44b2ad688cff933964ec2ff50b408d94c7f51e40" "reference": "9c48e66bf54e63ba5ad2d4af90306c87b69f7048"
}, },
"require": { "require": {
"php": ">=8.1.0" "php": ">=8.1.0"
@ -380,22 +382,23 @@
} }
], ],
"description": "Functionality for tracking, logging, and sending log messages to chrome for debugging.", "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": [ "keywords": [
"debugging", "debugging",
"logging",
"php", "php",
"thetempusproject", "thetempusproject",
"tools" "tools"
], ],
"time": "2025-01-22T01:39:34+00:00" "time": "2025-02-02T23:02:51+00:00"
}, },
{ {
"name": "thetempusproject/hermes", "name": "thetempusproject/hermes",
"version": "1.0.3", "version": "1.0.5",
"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": "4b4e06a98f0f01695bda18de240bb3294d096ef4" "reference": "802581b1d2d70877ccc75d8954b33efcc05d9371"
}, },
"require": { "require": {
"php": ">=8.1.0" "php": ">=8.1.0"
@ -422,28 +425,29 @@
"role": "Lead Developer" "role": "Lead Developer"
} }
], ],
"description": "Php functions that aid in routing and redirecting; requests and responses.", "description": "This library handles redirects, provides a common backbone for routing, and can handle autoloading in cases where composer is unavailable.",
"homepage": "https://git.thetempusproject.com/the-tempus-project/hermes", "homepage": "https://thetempusproject.com/libraries/hermes",
"keywords": [ "keywords": [
"autoloader",
"php", "php",
"routing", "routing",
"thetempusproject", "thetempusproject",
"tools" "tools"
], ],
"time": "2025-01-22T01:43:15+00:00" "time": "2025-02-02T23:22:15+00:00"
}, },
{ {
"name": "thetempusproject/houdini", "name": "thetempusproject/houdini",
"version": "2.0.2", "version": "2.0.3",
"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": "fb027a4ebc327e709ad3da29a4cf112894c2b7e6" "reference": "4c9c9b60233c4dd7a366758c8436560098761eb5"
}, },
"require": { "require": {
"php": ">=8.1.0", "php": ">=8.1.0",
"thetempusproject/canary": "1.0.6", "thetempusproject/canary": "1.0.7",
"thetempusproject/hermes": "1.0.3" "thetempusproject/hermes": "1.0.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -466,15 +470,15 @@
"role": "Lead Developer" "role": "Lead Developer"
} }
], ],
"description": "Php functions that aid in creating, managing, and displaying frontend components.", "description": "This library handles creating, managing, and displaying frontend components.",
"homepage": "https://git.thetempusproject.com/the-tempus-project/houdini", "homepage": "https://thetempusproject.com/libraries/houdini",
"keywords": [ "keywords": [
"frontend", "frontend",
"php", "php",
"thetempusproject", "thetempusproject",
"tools" "tools"
], ],
"time": "2025-01-27T05:02:14+00:00" "time": "2025-02-02T23:31:11+00:00"
}, },
{ {
"name": "twbs/bootstrap", "name": "twbs/bootstrap",