Skip to content

Commit

Permalink
Fix support for composer 2.2.1+
Browse files Browse the repository at this point in the history
Composer 2.2.1+ requires plugins to be allowed
  • Loading branch information
Universal-Omega authored and JeroenDeDauw committed Feb 27, 2023
1 parent 95d6034 commit c8eafd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@
"mediawiki/semantic-compound-queries": "^2.2.0",

"mediawiki/page-forms": "^5.0.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}

0 comments on commit c8eafd7

Please sign in to comment.