blob: 9c73bcc84fcfea4b246642c644d7f65c632e60bd (
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.3.1",
"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": "*"
}
}
|