Skip to content

Commit de5a9d3

Browse files
rudolfbykerdanmichaelo
authored andcommitted
Add missing dependency on ext-json
1 parent 2dbcd6a commit de5a9d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"php": ">=5.6",
1515
"ext-xml": "*",
1616
"ck/file_marc_reference": "^1.2",
17-
"pear/file_marc": "^1.1"
17+
"pear/file_marc": "^1.1",
18+
"ext-json": "*"
1819
},
1920
"require-dev": {
2021
"phpunit/phpunit": "^5.7 | ^6.0 | ^7.0",

0 commit comments

Comments
 (0)