fixes to support composer / packagist

This commit is contained in:
Joey Kimsey
2024-08-08 01:17:27 -04:00
parent 41d2a45ad6
commit 0525739f2c
12 changed files with 191 additions and 492 deletions

View File

@ -4,23 +4,38 @@
"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": [
"keywords":
[
"php",
"tools",
"frontend",
"thetempusproject"
],
"homepage": "https://git.thetempusproject.com/the-tempus-project/houdini",
"authors":
[
{
"name": "Joey Kimsey",
"email": "Joey@thetempusproject.com",
"homepage": "https://TheTempusProject.com",
"homepage": "https://JoeyKimsey.com",
"role": "Lead Developer"
}
],
"require": {
"php": ">=8.1.0"
"require":
{
"php": ">=8.1.0",
"thetempusproject/canary": ">=1.0",
"thetempusproject/hermes": ">=1.0"
},
"autoload": {
"classmap": [
"autoload":
{
"classmap":
[
"classes"
],
"files":
[
"config/constants.php"
]
}
}
}