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 ?