Skip to content

Commit

Permalink
Add dependencies to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Jun 15, 2019
1 parent 396e645 commit e7b4b7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
"erusev/parsedown": "~1.0",
"jean85/pretty-package-versions": "^1.2",
"league/flysystem": "^1.0",
Expand Down Expand Up @@ -74,6 +77,7 @@
"symfony/dotenv": "^4.0"
},
"suggest": {
"ext-xsl": "When using XSL based templates this extension is needed.",
"ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
"ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates.",
"ext-ctype": "For best performance"
Expand Down
7 changes: 5 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7b4b7e

Please sign in to comment.