diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-11 01:37:01 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-11 01:37:04 +0300 |
commit | 517160645d75e5e7c94a99087630b9c3fc0c3823 (patch) | |
tree | 6977c3a6407b8813d1c6675a6ff283a7bbfde33a /example/composer.json | |
parent | 7ba383cc56e937a03ef8142964028b3a29863356 (diff) |
delete examples dir
Diffstat (limited to 'example/composer.json')
-rw-r--r-- | example/composer.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/example/composer.json b/example/composer.json deleted file mode 100644 index 8bde4e7..0000000 --- a/example/composer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repositories": [ - { - "type": "path", - "url": "../" - } - ], - "require": { - "ch1p/jobd-client": "^1.0" - } -} |