I must've scp
some old file from my downloads. Re-uploaded and showing proper version now.
However, now – upgrade seems to run, but still at the same Flarum version.
$ php extiverse upgrade --timeout
Backup of composer.json created: composer.json.back-2021-01-16T01:22:19+00:00
Please confirm that the upgrade should continue. (yes/no) [no]:
> y
Updated composer.json with wildcard extension constraints.
Composer command executed successfully.
Database changes applied successfully.
Cache cleared successfully.
All done!
Here's my composer.json
. That's the only thing I'd think could be interfering.
{
"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": {
"askvortsov/flarum-categories": "*",
"clarkwinkelmann/flarum-ext-author-change": "*",
"clarkwinkelmann/flarum-ext-who-read": "*",
"datitisev/flarum-ext-dashboard": "*",
"flagrow/byobu": "^0.4.5",
"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": "*",
"fof/best-answer": "*",
"fof/follow-tags": "*",
"fof/formatting": "*",
"fof/links": "*",
"fof/merge-discussions": "*",
"fof/nightmode": "*",
"fof/polls": "*",
"fof/reactions": "*",
"fof/split": "*",
"fof/upload": "*",
"fof/user-bio": "*",
"fof/user-directory": "*",
"maicol07/flarum-ext-sso": "*",
"michaelbelgium/flarum-discussion-views": "*",
"sycho/flarum-profile-cover": "*",
"v17development/flarum-support": "*"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"process-timeout": 0
},
"minimum-stability": "beta",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://extiverse.com/composer/"
}
]
}
Do I need to update the flarum/core
piece to something else?