Bump SemanticMediaWiki version

This commit is contained in:
Adam Goldsmith 2022-03-18 23:12:59 -04:00
parent ca4f5ef567
commit 8aafb6a6a0
2 changed files with 3 additions and 2 deletions

View File

@ -146,6 +146,7 @@ wfLoadSkin( 'Timeless' );
# Add more configuration options below. # Add more configuration options below.
# Semantic MediaWiki Extension # Semantic MediaWiki Extension
wfLoadExtension( 'SemanticMediaWiki' );
enableSemantics( 'claremontmakerspace.org' ); enableSemantics( 'claremontmakerspace.org' );
$smwgPDefaultType = '_txt'; $smwgPDefaultType = '_txt';
$smwgEnabledQueryDependencyLinksStore = true; $smwgEnabledQueryDependencyLinksStore = true;

View File

@ -1,8 +1,8 @@
{ {
"require": { "require": {
"mediawiki/semantic-media-wiki": "^3.0", "mediawiki/semantic-media-wiki": "^4.0",
"mediawiki/semantic-scribunto": "^2.0", "mediawiki/semantic-scribunto": "^2.0",
"mediawiki/semantic-result-formats": "^3.0",
"mediawiki/data-transfer": "^1.0" "mediawiki/data-transfer": "^1.0"
"mediawiki/semantic-result-formats": "^4.0",
} }
} }