23 lines
387 B
JSON
23 lines
387 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
}
|