php-jobd-client/composer.json
Evgeny Zinoviev 500a91862c 1.0.2
2021-02-26 18:14:20 +03:00

18 lines
275 B
JSON

{
"name": "ch1p/jobd-client",
"version": "1.0.2",
"repositories": [
{
"type": "git",
"url": "https://github.com/gch1p/php-jobd-client"
}
],
"autoload": {
"psr-4": {
"jobd\\": "src/"
}
},
"require": {
"ext-mysqli": "*"
}
}