Skip to content

Commit

Permalink
Merge pull request #72 from OPUS4/issue63
Browse files Browse the repository at this point in the history
Avoids "Call to undefined method" exception with Pandoc\Pandoc namespace
  • Loading branch information
j3nsch authored Sep 14, 2023
2 parents 4735ac6 + 8ae34f1 commit 6a4618d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"require": {
"php" : ">=7.1",
"ext-json" : "*",
"renanbr/bibtex-parser": "^2.1.2",
"ryakad/pandoc-php": "~1.0",
"renanbr/bibtex-parser": "^2",
"ueberdosis/pandoc": "*",
"opus4-repo/opus4-common": "^4.8",
"symfony/console": "*"
},
Expand Down

0 comments on commit 6a4618d

Please sign in to comment.