Topic on Extension talk:Lingo

Summary by F.trott

Fixed in Lingo 2.0.2

Kae (talkcontribs)

MediaWiki 1.28.1. I did all in accordance with instructions, but I've got:

 Problem 1
   - mediawiki/lingo 2.0.1 requires justinrainbow/json-schema ~1.0 -> satisfiable by justinrainbow/json-schema[1.1.0, 1.2.1, 1.2.3                   , 1.2.4, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.5.0, 1.6.1, v1.6.0] but these                    conflict with your requirements or minimum-stability.
   - mediawiki/lingo 2.0.0 requires justinrainbow/json-schema ~1.0 -> satisfiable by justinrainbow/json-schema[1.1.0, 1.2.1, 1.2.3                   , 1.2.4, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.5.0, 1.6.1, v1.6.0] but these                    conflict with your requirements or minimum-stability.
   - Installation request for mediawiki/lingo ~2.0 -> satisfiable by mediawiki/lingo[2.0.0, 2.0.1].

How to fix it?

F.trott (talkcontribs)

Yeah, just noticed that today. Sorry about that. As a workaround open the file composer.json in the installation directory of MW and replace the line

"justinrainbow/json-schema": "~3.0",

by

"justinrainbow/json-schema": "*",

I intend to release a fixed version next week.

Kae (talkcontribs)

It does not work. I'll better wait for fixed version :)

Your requirements could not be resolved to an installable set of packages.

 Problem 1
   - Conclusion: don't install mediawiki/lingo 2.0.1
   - Installation request for mediawiki/lingo ~2.0 -> satisfiable by mediawiki/lingo[2.0.0, 2.0.1].
   - Conclusion: remove justinrainbow/json-schema 3.0.1
   - mediawiki/lingo 2.0.0 requires justinrainbow/json-schema ~1.0 -> satisfiable by justinrainbow/json-schema[1.1.0, 1.2.1, 1.2.3, 1.2.4, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.5.0, 1.6.1, v1.6.0].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.1.0].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.2.1].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.2.3].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.2.4].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.0].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.1].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.2].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.3].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.4].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.5].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.6].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.3.7].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.4.0].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.4.1].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.4.2].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.4.3].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.4.4].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.5.0].
   - Can only install one of: justinrainbow/json-schema[3.0.1, 1.6.1].
   - Can only install one of: justinrainbow/json-schema[v1.6.0, 3.0.1].
   - Installation request for justinrainbow/json-schema (installed at 3.0.1, required as *) -> satisfiable by justinrainbow/json-schema[3.0.1].
F.trott (talkcontribs)

Ok, I released Lingo 2.0.2, which should take any version of justinrainbow/json-schema.