diff options
author | François Kooman <fkooman@tuxed.net> | 2019-10-11 14:16:47 +0200 |
---|---|---|
committer | François Kooman <fkooman@tuxed.net> | 2019-10-11 14:16:47 +0200 |
commit | ec3829807ad6a27dcabb749767ee513055bbb727 (patch) | |
tree | 5551997db0a6815e0ae882002dfaf9f79960429b /composer.json | |
parent | ee6b9cbcb250e4728242df4982a07074c6f50646 (diff) | |
download | www.tuxed.net-ec3829807ad6a27dcabb749767ee513055bbb727.zip www.tuxed.net-ec3829807ad6a27dcabb749767ee513055bbb727.tar.gz www.tuxed.net-ec3829807ad6a27dcabb749767ee513055bbb727.tar.xz |
update commonmark, enable table extension, add table css
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 6a74e4c..d8fc8ad 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "require": { "fkooman/tpl": "dev-master", - "league/commonmark": "^0.19", - "league/commonmark-extras": "^0.3.0" + "league/commonmark": "^1", + "league/commonmark-extras": "^1" } } |