Skip to content

Commit

Permalink
feat(avent): add markdown support for 2019 articles
Browse files Browse the repository at this point in the history
  • Loading branch information
nayluge committed Nov 21, 2019
1 parent a07e4cc commit 75f29eb
Show file tree
Hide file tree
Showing 59 changed files with 995 additions and 644 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"doctrine/doctrine-fixtures-bundle": "^3.2",
"fpn/doctrine-extensions-taggable": "^0.9.0",
"fpn/tag-bundle": "dev-patch-1",
"hwi/oauth-bundle": "dev-master",
"hwi/oauth-bundle": "0.6.3",
"knplabs/knp-markdown-bundle": "^1.7",
"knplabs/knp-paginator-bundle": "^4.0",
"php-http/httplug-bundle": "^1.16",
"sensio/framework-extra-bundle": "^5.5",
"sonata-project/admin-bundle": "^3.54",
"sonata-project/doctrine-orm-admin-bundle": "^3.10",
Expand All @@ -37,7 +38,9 @@
"symfony/web-link": "4.3.*",
"symfony/webpack-encore-bundle": "^1.6",
"symfony/yaml": "4.3.*",
"twig/extensions": "^1.5"
"twig/extensions": "^1.5",
"twig/extra-bundle": "^2.12",
"twig/markdown-extra": "^2.12"
},
"require-dev": {
"symfony/debug-pack": "*",
Expand Down
Loading

0 comments on commit 75f29eb

Please sign in to comment.