Skip to content

Commit cdb1702

Browse files
authored
Merge pull request #47 from tbreuss/develop
Develop
2 parents ad54d12 + 548a4af commit cdb1702

7 files changed

Lines changed: 1057 additions & 953 deletions

File tree

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@
55
"keywords": ["microframework", "routing", "twig", "symfony", "http-kernel", "file-based"],
66
"homepage": "https://zack.tebe.ch",
77
"require": {
8-
"league/commonmark": "^2.6",
8+
"ext-dom": "*",
99
"symfony/dependency-injection": "^7.2",
1010
"symfony/event-dispatcher": "^7.2",
1111
"symfony/finder": "^7.2",
1212
"symfony/http-foundation": "^7.2",
1313
"symfony/http-kernel": "^7.2",
1414
"symfony/routing": "^7.2",
15-
"twig/twig": "^3.20",
16-
"ext-dom": "*"
15+
"twig/markdown-extra": "^3.21",
16+
"twig/twig": "^3.20"
17+
},
18+
"require-dev": {
19+
"league/commonmark": "^2.7"
1720
},
1821
"autoload": {
1922
"psr-4": {

0 commit comments

Comments
 (0)