summaryrefslogtreecommitdiff
path: root/http/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'http/composer.json')
-rw-r--r--http/composer.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/http/composer.json b/http/composer.json
new file mode 100644
index 0000000..8df688f
--- /dev/null
+++ b/http/composer.json
@@ -0,0 +1,15 @@
+{
+ "name": "joeacnet/http",
+ "require": {},
+ "autoload": {
+ "psr-4": {
+ "JoeacNet\\Http\\": "php/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Joe Carstairs",
+ "email": "me@joeac.net"
+ }
+ ]
+}