Files
houdini/composer.json
Joey Kimsey 41d2a45ad6 init
2024-08-07 19:21:38 -04:00

27 lines
701 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://github.com/TheTempusProject/Houdini",
"authors": [
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://TheTempusProject.com",
"role": "Lead Developer"
}
],
"require": {
"php": ">=8.1.0"
},
"autoload": {
"classmap": [
"classes"
]
}
}