summaryrefslogtreecommitdiff
path: root/http/composer.json
blob: 8df688ff3e340c014683319e3d37399aad9a5380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "joeacnet/http",
  "require": {},
  "autoload": {
    "psr-4": {
      "JoeacNet\\Http\\": "php/"
    }
  },
  "authors": [
    {
      "name": "Joe Carstairs",
      "email": "me@joeac.net"
    }
  ]
}