41 lines
935 B
JSON
41 lines
935 B
JSON
{
|
|
"name": "thetempusproject/hermes",
|
|
"type": "library",
|
|
"description": "This library handles redirects, provides a common backbone for routing, and can handle autoloading in cases where composer is unavailable.",
|
|
"license": "MIT",
|
|
"minimum-stability": "dev",
|
|
"keywords":
|
|
[
|
|
"thetempusproject",
|
|
"php",
|
|
"tools",
|
|
"autoloader",
|
|
"routing"
|
|
],
|
|
"homepage": "https://thetempusproject.com/libraries/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"
|
|
]
|
|
}
|
|
} |