Skip to content

Commit

Permalink
Fix PageForms extension dependency
Browse files Browse the repository at this point in the history
CI will clone PageForms@master, which is 5.x; Therefore CI will break.

This fix prevents CI from breaking.

Change-Id: I28a6b533609318189663714d314d08d9682ebb23
  • Loading branch information
rvogel authored and osnard committed Mar 24, 2021
1 parent b8ae890 commit 5e522d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.json
Expand Up @@ -12,7 +12,7 @@
"requires": {
"MediaWiki": ">= 1.31.0",
"extensions": {
"PageForms": "~4.6"
"PageForms": "~5.0"
}
},
"attributes": {
Expand Down

0 comments on commit 5e522d4

Please sign in to comment.