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