aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: a2abc51a746593f2bb2c99b277a1b41f561c1e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ch1p/jobd-client",
  "version": "1.0.1",
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/gch1p/php-jobd-client"
    }
  ],
  "autoload": {
    "psr-4": {
      "jobd\\": "src/"
    }
  },
  "require": {
    "ext-mysqli": "*"
  }
}