Page MenuHomePhabricator

[mediawiki-api] composer version constraint for datamodel
Closed, ResolvedPublic

Description

With the current addshore/mediawiki-api version, I can not install the last version of addshore/mediawiki-datamodel v0.8 (July 2018, maxlag added), because of the composer version constraint.

In addshore/mediawiki-api composer.json :

"require": {
		"addwiki/mediawiki-datamodel": "~0.7.0"
	},

With that contraint, it doesn't accept v0.8. Is it a simple tilde version range error (> to replace by "^0.7.0" or "~0.7") or the datamodel v0.8 is not compatible (or tested) with the last addshore/mediawiki-api ?

Event Timeline

Ironie renamed this task from mediawiki-api composer version constraint for datamodel to [mediawiki-api] composer version constraint for datamodel.Nov 21 2019, 9:00 AM
Ironie updated the task description. (Show Details)
Addshore claimed this task.
Addshore subscribed.

Sorry for this being super slow.

Please see https://github.com/addwiki/mediawiki-api/releases/tag/0.7.3