Files
hermes/composer.json
2024-08-08 23:49:08 -04:00

40 lines
862 B
JSON

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