diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8670223 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "ch1p/jobd-client", + "version": "1.0", + "repositories": [ + { + "type": "git", + "url": "https://github.com/gch1p/php-jobd-client" + } + ], + "autoload": { + "psr-4": { + "jobd\\": "src/" + } + } +}
\ No newline at end of file |