summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-04 09:41:57 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-01-04 09:41:57 -0100
commit23ea6b663d9bed8b82af85839f8d62c9c740ff72 (patch)
treebe43f41bad591c8618b24cbcb6080cf7c326b341 /composer.json
parent721a060b485fdbe448a68088c94db89a46236fb6 (diff)
get json-ld from other source
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index e0b5708d..2ce16107 100644
--- a/composer.json
+++ b/composer.json
@@ -11,9 +11,15 @@
],
"require": {
"daita/my-small-php-tools": "dev-master",
- "digitalbazaar/json-ld": "0.4.7"
+ "friendica/json-ld": "^1.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^1.0"
- }
+ },
+ "repositories": [
+ {
+ "type": "vcs",
+ "url": "https://git.friendi.ca/friendica/php-json-ld"
+ }
+ ]
}