http: inits php composer

This commit is contained in:
2026-06-04 15:10:45 +01:00
parent e58cbf7b72
commit a89e757718
3 changed files with 35 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "joeacnet/http",
"require": {},
"autoload": {
"psr-4": {
"JoeacNet\\Http\\": "php/"
}
},
"authors": [
{
"name": "Joe Carstairs",
"email": "me@joeac.net"
}
]
}