Files
bedrock/composer.json
2025-02-04 07:26:47 -05:00

44 lines
1.2 KiB
JSON

{
"name": "thetempusproject/bedrock",
"type": "library",
"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.",
"license": "MIT",
"minimum-stability": "dev",
"keywords":
[
"thetempusproject",
"php",
"mvc",
"framework"
],
"homepage": "https://thetempusproject.com/libraries/bedrock",
"authors":
[
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://JoeyKimsey.com",
"role": "Lead Developer"
}
],
"require":
{
"php": ">=8.1.0",
"thetempusproject/canary": "1.0.9",
"thetempusproject/hermes": "1.0.5",
"thetempusproject/houdini": "2.0.5"
},
"autoload":
{
"classmap":
[
"classes",
"functions"
],
"files":
[
"config/constants.php",
"bin/bedrock.php"
]
}
}