Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 353 Bytes

File metadata and controls

19 lines (15 loc) · 353 Bytes

MediaWiki Stakeholders Group - Components

DataStore for MediaWiki

Compatibility

  • 2.0.x -> MediaWiki 1.43
  • 1.0.x -> MediaWiki 1.39
  • 1.0.x -> MediaWiki 1.35

Use in a MediaWiki extension

Require this component in the composer.json of your extension:

{
	"require": {
		"mwstake/mediawiki-component-datastore": "~2"
	}
}