Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

26
vendor/houdini/composer.json vendored Normal file
View File

@ -0,0 +1,26 @@
{
"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"
]
}
}