aboutsummaryrefslogtreecommitdiff
path: root/example/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'example/composer.json')
-rw-r--r--example/composer.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/example/composer.json b/example/composer.json
new file mode 100644
index 0000000..8bde4e7
--- /dev/null
+++ b/example/composer.json
@@ -0,0 +1,11 @@
+{
+ "repositories": [
+ {
+ "type": "path",
+ "url": "../"
+ }
+ ],
+ "require": {
+ "ch1p/jobd-client": "^1.0"
+ }
+}