SemanticMediaWiki / SemanticResultFormats

Provides additional visualizations (result formats) for Semantic MediaWiki
https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats
Other
45 stars 75 forks source link

composer.json should use absolute path when possible and fall back to relative path if needed #832

Closed hexmode closed 2 months ago

hexmode commented 2 months ago

In composer.json there is a reference to a relative directory. However, the relative directory should only be used if $MW_INSTALL_PATH is not available. $MW_INSTALL_PATH should be used if it is set since the extension may not be installed in the extensions subdirectory of MediaWiki.