fixes to support composer / packagist
This commit is contained in:
40
composer.json
Normal file
40
composer.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user