The upgrade worked. I had to uninstall some more extensions, my bad, but I believe I did not see these apps in the extension overview (I uninstalled them before the upgrade process). This is probably a rights issue on my system, I have to run composer with sudo all the time.
I figured it out with this command:
$ composer why-not flarum/core v0.1.0-beta.15
fof/best-answer 0.2.1 requires flarum/core (>=0.1.0-beta.14 <0.1.0-beta.15)
$ composer show -D
flarum/approval v0.1.0-beta.14 Make discussions and posts require moderator approval.
flarum/bbcode v0.1.0-beta.12 Allow posts to be formatted with BBCode.
flarum/core v0.1.0-beta.14.1 Delightfully simple forum software.
flarum/emoji v0.1.0-beta.14 Convert text and unicode emoji into Twemoji.
flarum/flags v0.1.0-beta.14.1 Allow users to flag posts for moderator review.
flarum/lang-english v0.1.0-beta.14.1 English language pack.
flarum/likes v0.1.0-beta.14 Allow users to like posts.
flarum/lock v0.1.0-beta.14 End a discussion and don't let anyone add further replies.
flarum/markdown v0.1.0-beta.14 Allow posts to be formatted with Markdown.
flarum/mentions v0.1.0-beta.14 Mention and reply to specific posts and users.
flarum/pusher v0.1.0-beta.14.1 See new discussions and posts in real-time using Pusher.
flarum/statistics v0.1.0-beta.14 Add a basic statistics widget on the Dashboard.
flarum/sticky v0.1.0-beta.14 Pin discussions to the top of the list.
flarum/subscriptions v0.1.0-beta.14 Allow users to follow discussions and receive notifications for new posts.
flarum/suspend v0.1.0-beta.14 Suspend users so they can't post.
flarum/tags v0.1.0-beta.14 Organize discussions into a hierarchy of tags and categories.
fof/best-answer 0.2.1 Mark a post as the best answer in a discussion
fof/links 0.4.1 Manage Flarum primary navbar menu links
fof/pages 0.5.1 Create custom pages with Flarum
fof/profile-image-crop 0.2.1 Allow cropping when uploading profile picture
fof/upload 0.11.3 The file upload extension for the Flarum forum with insane intelligence.
kakifrucht/flarum-de 0.13.1 German language pack for Flarum and its bundled extensions.
kyrne/shout 0.2.4-beta.1 Private Messaging for Flarum.
And this command uninstalled it (and same for kyrne/shout 0.2.4-beta.1)
$ sudo composer remove best-answer 0.2.1