Skip to content

Commit 1ddbcc7

Browse files
committed
Bump CommonMark
1 parent 264b888 commit 1ddbcc7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"datatables.net/datatables.net-bs4": "dev-master",
2828
"fortawesome/font-awesome": "^5.15",
2929
"components/jquery": "^3.3",
30-
"league/commonmark": "^1.5",
30+
"league/commonmark": "^2.0",
3131
"tatter/alerts": "^3.0",
3232
"tatter/assets": "^3.0",
3333
"tatter/layouts": "^1.0",
@@ -83,5 +83,10 @@
8383
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
8484
"style": "php-cs-fixer fix --verbose --ansi --using-cache=no",
8585
"test": "phpunit"
86+
},
87+
"config": {
88+
"allow-plugins": {
89+
"phpstan/extension-installer": true
90+
}
8691
}
8792
}

0 commit comments

Comments
 (0)