almalino what's your Flarum version?
I see 1.0.1 is only compatible with Flarum 1.1 and up. So maybe you are still on 1.0 and that's why Composer doesn't update the package?
You can also check which version is listed in your composer.json
. Maybe a specific version was hard-coded. You can set the version to *
Or you can use the require
command again to force Composer to re-compute the latest version in a different way.
You can assume every extension is compatible with Flarum 1.2. Very few extensions will experience breaking changes.