Tried to update Flarum to beta 12 on my production forum. Despite no errors in composer, Flarum is still on beta 11. Also, a lot of core and 3rd party extensions don't work anymore. Including "tags" extension, which is active but there are no tags in production.
Tried this:
composer why-not flarum/core 0.1.0-beta.12
sycho/flarum-profile-cover v0.1.4 requires flarum/core (>=0.1.0-beta.10 <0.1.0-beta.12)
flarum/core v0.1.0-beta.12 requires s9e/text-formatter (^2.3.6)
flarum/flarum - does not require s9e/text-formatter (but 1.4.5 is installed)
Tried to update text-formatter but can't ("nothing to install or update" error).
composer update s9e/text-formatter
or
composer update s9e/text-formatter:2.3.6
What can I do?