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

@ -2,19 +2,22 @@
"name": "thetempusproject/thetempusproject",
"type": "project",
"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":
[
"thetempusproject",
"php",
"mvc",
"framework"
],
"license": "MIT",
"homepage": "https://TheTempusProject.com",
"authors":
[
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://TheTempusProject.com",
"homepage": "https://JoeyKimsey.com",
"role": "Lead Developer"
}
],
@ -22,9 +25,9 @@
{
"components/jquery": "1.9.*",
"fortawesome/font-awesome": "4.7",
"thetempusproject/bedrock": "1.1.1",
"thetempusproject/canary": "1.0.6",
"thetempusproject/houdini": "2.0.2",
"thetempusproject/bedrock": "1.1.2",
"thetempusproject/canary": "1.0.7",
"thetempusproject/houdini": "2.0.3",
"twbs/bootstrap": "5.2.3"
},
"autoload":
@ -61,6 +64,5 @@
"robloach/component-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}