Skip to content

Commit d24d2ce

Browse files
committed
fix(jsonld): use local hosted hydra context
1 parent 36e4d08 commit d24d2ce

File tree

11 files changed

+1010
-5417
lines changed

11 files changed

+1010
-5417
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"autoload": {
1010
"psr-4": {
1111
"ApiPlatform\\": "src/"
12-
}
12+
},
13+
"files": [
14+
"src/JsonLd/HydraContext.php"
15+
]
1316
},
1417
"autoload-dev": {
1518
"psr-4": {

0 commit comments

Comments
 (0)