summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-04 15:10:45 +0100
committerJoe Carstairs <me@joeac.net>2026-06-04 15:10:45 +0100
commita89e7577180302c7d40ceb76e2dc6e21badd5271 (patch)
tree30be4008d3496399fdad3977216e842f2495ea77 /http
parente58cbf7b72526f4dca31ed767c85485e8d8e62e1 (diff)
http: inits php composer
Diffstat (limited to 'http')
-rw-r--r--http/.gitignore1
-rw-r--r--http/composer.json15
-rw-r--r--http/composer.lock19
3 files changed, 35 insertions, 0 deletions
diff --git a/http/.gitignore b/http/.gitignore
index 1fcb152..82e4abd 100644
--- a/http/.gitignore
+++ b/http/.gitignore
@@ -1 +1,2 @@
out
+vendor
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"
+ }
+ ]
+}
diff --git a/http/composer.lock b/http/composer.lock
new file mode 100644
index 0000000..1664f3c
--- /dev/null
+++ b/http/composer.lock
@@ -0,0 +1,19 @@
+{
+ "_readme": [
+ "This file locks the dependencies of your project to a known state",
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+ "This file is @generated automatically"
+ ],
+ "content-hash": "752c91265ea3414ab13b2ff0f8925706",
+ "packages": [
+ ],
+ "packages-dev": [],
+ "aliases": [],
+ "minimum-stability": "stable",
+ "stability-flags": [],
+ "prefer-stable": false,
+ "prefer-lowest": false,
+ "platform": [],
+ "platform-dev": [],
+ "plugin-api-version": "2.3.0"
+}