I'm trying again ....
1) I ran php extiverse check
2) I have disabled all extensions with extiverse helper.
3) I ran php extiverse upgrade
4) I have removed all incompatible extensions that it advised me to remove.
Now the installation does not continue, this is the error.
https://ibb.co/cFWHT1t
I am on beta 13.
This is my composer.json
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Franz Liedke",
"email": "franz@develophp.org"
},
{
"name": "Daniel Klabbers",
"email": "daniel@klabbers.email",
"homepage": "https://luceos.com"
},
{
"name": "David Sevilla Martin",
"email": "me+flarum@datitisev.me",
"homepage": "https://datitisev.me"
},
{
"name": "Clark Winkelmann",
"email": "clark.winkelmann@gmail.com",
"homepage": "https://clarkwinkelmann.com"
},
{
"name": "Matthew Kilgore",
"email": "matthew@kilgore.dev"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://flarum.org/docs/"
},
"require": {
"bokt/flarum-redis": "*",
"clarkwinkelmann/flarum-ext-emojionearea": "*",
"datitisev/flarum-ext-dashboard": "*",
"flagrow/flarum-ext-analytics": "^0.8.0",
"flagrow/sitemap": "^0.2.0",
"flarum/approval": "*",
"flarum/bbcode": "*",
"flarum/core": "^0.1.0",
"flarum/emoji": "*",
"flarum/flags": "*",
"flarum/lang-english": "*",
"flarum/likes": "*",
"flarum/lock": "*",
"flarum/markdown": "*",
"flarum/mentions": "*",
"flarum/pusher": "*",
"flarum/statistics": "*",
"flarum/sticky": "*",
"flarum/subscriptions": "*",
"flarum/suspend": "*",
"flarum/tags": "*",
"flarumite/simple-discussion-views": "*",
"fof/best-answer": "*",
"fof/byobu": "*",
"fof/disposable-emails": "*",
"fof/formatting": "*",
"fof/linguist": "*",
"fof/links": "*",
"fof/merge-discussions": "*",
"fof/nightmode": "*",
"fof/pages": "*",
"fof/polls": "*",
"fof/share-social": "*",
"fof/sitemap": "*",
"fof/socialprofile": "*",
"fof/split": "*",
"fof/subscribed": "*",
"fof/terms": "*",
"fof/upload": "*",
"fof/user-bio": "*",
"fof/user-directory": "*",
"kilowhat/flarum-ext-mailing": "^0.2.3",
"nearata/lang-italian": "*",
"reflar/cookie-consent": "^0.2.0",
"sycho/flarum-profile-cover": "*",
"v17development/flarum-seo": "*",
"fof/oauth": "*"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "beta",
"prefer-stable": true
}