Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
Compatibility with Mediawiki 1.38+. addModules() takes an array.
  • Loading branch information
NilsEnevoldsen committed Jul 12, 2024
1 parent 78a5fad commit 0906ec6
Show file tree
Hide file tree
Showing 7 changed files with 3,686 additions and 3,424 deletions.
20 changes: 14 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
{
"require-dev": {
"mediawiki/mediawiki-codesniffer": "37.0.0",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.3.0"
"mediawiki/mediawiki-codesniffer": "43.0.0",
"mediawiki/mediawiki-phan-config": "0.14.0",
"mediawiki/minus-x": "1.1.3",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.4.0"
},
"scripts": {
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"phpcs -p -s",
"@phpcs",
"minus-x check ."
],
"fix": [
"minus-x fix .",
"phpcbf"
]
],
"phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -sp --cache"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Binary file modified composer.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ScryfallLinks",
"version": "1.7",
"version": "1.8",
"author": [
"Nils Enevoldsen"
],
Expand Down
Loading

0 comments on commit 0906ec6

Please sign in to comment.