summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-19 00:13:33 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-19 00:13:33 -0100
commit37a889d9780314af06c373c7e605e9606238f34e (patch)
treece001b3d0b8bba7a6313a6570884b8a01d88e492 /composer.json
parent47c658c32b712277f9330801085c4dd288dbe742 (diff)
Merge branch 'master' into framework-import-process+activity
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 3bf0a3c8..e0b5708d 100644
--- a/composer.json
+++ b/composer.json
@@ -10,6 +10,10 @@
}
],
"require": {
- "daita/my-small-php-tools": "dev-master"
+ "daita/my-small-php-tools": "dev-master",
+ "digitalbazaar/json-ld": "0.4.7"
+ },
+ "require-dev": {
+ "jakub-onderka/php-parallel-lint": "^1.0"
}
}