summaryrefslogtreecommitdiff
path: root/http/composer.json
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
committerJoe Carstairs <me@joeac.net>2026-08-13 16:33:51 +0100
commit62e6bab910297aa15d76eb735ce3dd9b5417e26e (patch)
treea98b5fb2c2663e08c21475b1092ccec395e2d87e /http/composer.json
parentf9272fdf3ea23070583c944b110a7b8f16c5a4ff (diff)
remove website/capsule content
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"
- }
- ]
-}