Skip to content

Commit

Permalink
Remove extension requirements from composer.json (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkoren authored Dec 30, 2024
1 parent 6ea88a1 commit 3c0683a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
],
"require": {
"php": ">=7.3",
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~3.0|~4.0|~5.0",
"mediawiki/page-forms": ">=5.9.0"
"composer/installers": "1.*,>=1.0.1"
},
"require-dev": {
"mediawiki/semantic-media-wiki": "@dev",
Expand Down

0 comments on commit 3c0683a

Please sign in to comment.