We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264b888 commit 1ddbcc7Copy full SHA for 1ddbcc7
1 file changed
composer.json
@@ -27,7 +27,7 @@
27
"datatables.net/datatables.net-bs4": "dev-master",
28
"fortawesome/font-awesome": "^5.15",
29
"components/jquery": "^3.3",
30
- "league/commonmark": "^1.5",
+ "league/commonmark": "^2.0",
31
"tatter/alerts": "^3.0",
32
"tatter/assets": "^3.0",
33
"tatter/layouts": "^1.0",
@@ -83,5 +83,10 @@
83
"mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit",
84
"style": "php-cs-fixer fix --verbose --ansi --using-cache=no",
85
"test": "phpunit"
86
+ },
87
+ "config": {
88
+ "allow-plugins": {
89
+ "phpstan/extension-installer": true
90
+ }
91
}
92
0 commit comments