Files
thetempusproject/vendor/bedrock/composer.json
2024-08-04 21:15:59 -04:00

28 lines
933 B
JSON

{
"name": "thetempusproject/bedrock",
"type": "library",
"description": "Tempus project core is intended as the core code 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": ["templating","mvc","framework"],
"homepage": "https://TheTempusProject.com/Core",
"authors": [
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://TheTempusProject.com",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.4.0",
"thetempusproject/tempusdebugger": "3.0"
},
"autoload": {
"classmap": [
"classes",
"core",
"functions"
]
}
}