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