aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 2b7a4fc0e922a0835d69466fc31ad88a4fa55697 (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.1.2",
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/gch1p/php-jobd-client"
    }
  ],
  "autoload": {
    "psr-4": {
      "jobd\\": "src/"
    }
  },
  "require": {
    "ext-mysqli": "*"
  }
}