Files
houdini/composer.json
Joey Kimsey b03fc3b7dd composer version changes
composer version changes
2025-01-21 20:59:01 -05:00

41 lines
935 B
JSON

{
"name": "thetempusproject/houdini",
"type": "library",
"description": "Php functions that aid in creating, managing, and displaying frontend components.",
"license": "MIT",
"minimum-stability": "dev",
"keywords":
[
"php",
"tools",
"frontend",
"thetempusproject"
],
"homepage": "https://git.thetempusproject.com/the-tempus-project/houdini",
"authors":
[
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://JoeyKimsey.com",
"role": "Lead Developer"
}
],
"require":
{
"php": ">=8.1.0",
"thetempusproject/canary": "1.0.6",
"thetempusproject/hermes": "1.0.3"
},
"autoload":
{
"classmap":
[
"classes"
],
"files":
[
"config/constants.php"
]
}
}