diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-04 15:10:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-04 15:10:45 +0100 |
| commit | a89e7577180302c7d40ceb76e2dc6e21badd5271 (patch) | |
| tree | 30be4008d3496399fdad3977216e842f2495ea77 /http/composer.json | |
| parent | e58cbf7b72526f4dca31ed767c85485e8d8e62e1 (diff) | |
http: inits php composer
Diffstat (limited to 'http/composer.json')
| -rw-r--r-- | http/composer.json | 15 |
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" + } + ] +} |
