aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-02-26 03:40:02 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-02-26 03:40:02 +0300
commitada8a13ce8a3410f4260601d213404bff5fa1cc7 (patch)
treea3ae5a714cf1fc5ebe5ce76175746b4b0c8a7abe /composer.json
initial
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
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