aboutsummaryrefslogtreecommitdiffstats
path: root/library/jsonld/composer.json
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-26 17:21:33 -0700
committerzotlabs <mike@macgirvin.com>2017-08-26 17:21:33 -0700
commit187f19b1704b8a877b53a3e66c67ec26383a3ee9 (patch)
tree848794386527dc243ef7b29a3f9fb2a618e0e0ee /library/jsonld/composer.json
parent0098dce5976bffb23dbb31d151d2d871c7cab8f9 (diff)
downloadvolse-hubzilla-187f19b1704b8a877b53a3e66c67ec26383a3ee9.tar.gz
volse-hubzilla-187f19b1704b8a877b53a3e66c67ec26383a3ee9.tar.bz2
volse-hubzilla-187f19b1704b8a877b53a3e66c67ec26383a3ee9.zip
fix titles on ajaxupdate issue, add jsonld-php library
Diffstat (limited to 'library/jsonld/composer.json')
-rw-r--r--library/jsonld/composer.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/library/jsonld/composer.json b/library/jsonld/composer.json
new file mode 100644
index 000000000..cc985b23e
--- /dev/null
+++ b/library/jsonld/composer.json
@@ -0,0 +1,29 @@
+{
+ "name": "digitalbazaar/json-ld",
+ "type": "library",
+ "description": "A JSON-LD Processor and API implementation in PHP.",
+ "keywords": [
+ "JSON",
+ "Linked Data",
+ "JSON-LD",
+ "RDF",
+ "Semantic Web",
+ "jsonld"
+ ],
+ "homepage": "https://github.com/digitalbazaar/php-json-ld",
+ "license": "BSD-3-Clause",
+ "authors": [
+ {
+ "name": "Digital Bazaar, Inc.",
+ "email": "support@digitalbazaar.com",
+ "url": "http://digitalbazaar.com/"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "ext-json": "*"
+ },
+ "autoload": {
+ "files": [ "jsonld.php" ]
+ }
+}