16 lines
215 B
JSON
16 lines
215 B
JSON
{
|
|
"name": "joeacnet/http",
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JoeacNet\\Http\\": "php/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Joe Carstairs",
|
|
"email": "me@joeac.net"
|
|
}
|
|
]
|
|
}
|