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