Initial commit
This commit is contained in:
26
vendor/houdini/composer.json
vendored
Normal file
26
vendor/houdini/composer.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user