Skip to content

Commit aba9709

Browse files
committed
Adds composer.json
1 parent 0b04426 commit aba9709

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "digitalbazaar/json-ld",
3+
"type": "library",
4+
"description": "A JSON-LD Processor and API implementation in PHP.",
5+
"keywords": [
6+
"JSON",
7+
"Linked Data",
8+
"JSON-LD",
9+
"RDF",
10+
"Semantic Web",
11+
"jsonld"
12+
],
13+
"homepage": "https://github.com/digitalbazaar/php-json-ld",
14+
"license": "BSD-3-Clause",
15+
"authors": [
16+
{
17+
"name": "Digital Bazaar, Inc.",
18+
"email": "[email protected]",
19+
"url": "http://digitalbazaar.com/"
20+
}
21+
],
22+
"require": {
23+
"php": ">=5.3.0",
24+
"ext-json": "*"
25+
},
26+
"autoload": {
27+
"files": [ "jsonld.php" ]
28+
}
29+
}

0 commit comments

Comments
 (0)