Skip to content

Commit

Permalink
Remove SMW requirement from composer.json (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkoren authored Dec 30, 2024
1 parent ea4bdfa commit 2d5c61f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
},
"require": {
"php": ">=7.3",
"composer/installers": "^2|^1.0.1",
"mediawiki/semantic-media-wiki": "~3.0|~4.0|~5.0"
"composer/installers": "^2|^1.0.1"
},
"require-dev": {
"mediawiki/semantic-media-wiki": "@dev",
Expand Down

0 comments on commit 2d5c61f

Please sign in to comment.