summaryrefslogtreecommitdiff
path: root/composer.json
blob: 8670223c2fa5c7d1e1d53fb87e0509dffa5a66d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "ch1p/jobd-client",
  "version": "1.0",
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/gch1p/php-jobd-client"
    }
  ],
  "autoload": {
    "psr-4": {
      "jobd\\": "src/"
    }
  }
}