Skip to content

Commit

Permalink
Fix installing via composer version 2.2.1 and later (miraheze#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Jul 12, 2022
1 parent d267d79 commit 5faa403
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## ChangeLog for MatomoAnalytics

### 1.0.7 (12-07-2022)
* Fix installing via composer version 2.2.1 and later

### 1.0.6 (29-06-2022)
* Require MediaWiki 1.38.0
* Modernise MatomoAnalyticsOOUIForm
Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
"require": {
"composer/installers": ">=1.0.1"
},
"config": {
"prepend-autoloader": false,
"optimize-autoloader": true
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "39.0.0",
"mediawiki/mediawiki-phan-config": "0.11.1",
Expand All @@ -30,5 +26,12 @@
],
"phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -sp --cache"
},
"config": {
"prepend-autoloader": false,
"optimize-autoloader": true,
"allow-plugins": {
"composer/installers": true
}
}
}
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Universal Omega"
],
"url": "https://github.com/miraheze/MatomoAnalytics",
"version": "1.0.6",
"version": "1.0.7",
"descriptionmsg": "matomoanalytics-desc",
"license-name": "GPL-3.0-or-later",
"type": "specialpage",
Expand Down

0 comments on commit 5faa403

Please sign in to comment.