Bin jetzt nochmal ran, hab die composer.json folgendermaßen geändert:
{
"name": "flarum/flarum",
"description": "Delightfully simple forum software.",
"type": "project",
"keywords": [
"forum",
"discussion"
],
"minimum-stability": "beta",
"prefer-stable": true,
"homepage": "https://flarum.org/",
"license": "MIT",
"authors": [
{
"name": "Flarum",
"email": "info@flarum.org",
"homepage": "https://flarum.org/team"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/flarum",
"docs": "https://docs.flarum.org/"
},
"require": {
"acpl/mobile-tab": "*",
"afrux/forum-widgets-bundle": "*",
"afrux/online-users-widget": "*",
"antoinefr/flarum-ext-online": "*",
"askvortsov/flarum-auto-moderator": "*",
"askvortsov/flarum-pwa": "*",
"blomstra/database-queue": "*",
"blomstra/turnstile": "*",
"clarkwinkelmann/flarum-ext-colorful-borders": "*",
"clarkwinkelmann/flarum-ext-mailing": "*",
"clarkwinkelmann/flarum-ext-popular-discussion-badge": "*",
"clarkwinkelmann/flarum-ext-see-past-first-post": "*",
"darkle/fancybox": "*",
"flamarkt/matomo": "*",
"flarum-lang/german": "dev-master",
"flarum/approval": "*",
"flarum/bbcode": "*",
"flarum/core": "^1.8",
"flarum/extension-manager": "*",
"flarum/flags": "*",
"flarum/gdpr": "^1.0@beta",
"flarum/lang-english": "*",
"flarum/likes": "*",
"flarum/lock": "*",
"flarum/markdown": "*",
"flarum/mentions": "*",
"flarum/statistics": "*",
"flarum/subscriptions": "*",
"flarum/suspend": "*",
"flarum/tags": "*",
"flarumite/simple-discussion-views": "*",
"fof/ban-ips": "*",
"fof/bbcode-tabs": "*",
"fof/best-answer": "*",
"fof/byobu": "*",
"fof/cookie-consent": "*",
"fof/default-user-preferences": "*",
"fof/drafts": "*",
"fof/formatting": "*",
"fof/gamification": "*",
"fof/ignore-users": "*",
"fof/impersonate": "*",
"fof/linguist": "*",
"fof/links": "*",
"fof/masquerade": "*",
"fof/merge-discussions": "*",
"fof/moderator-notes": "*",
"fof/nightmode": "*",
"fof/pages": "*",
"fof/polls": "*",
"fof/profile-image-crop": "*",
"fof/recaptcha": "*",
"fof/sitemap": "*",
"fof/socialprofile": "*",
"fof/split": "*",
"fof/upload": "*",
"fof/user-bio": "*",
"fof/user-directory": "*",
"ianm/follow-users": "*",
"ianm/log-viewer": "*",
"ianm/syndication": "*",
"ianm/twofactor": "*",
"justoverclock/be-active-user-indicator": "*",
"justoverclock/flarum-ext-welcomebox": "*",
"katosdev/signature": "*",
"litalino/flarum-ext-guestengagement": "*",
"symfony/mailer": "*",
"the-turk/flarum-flamoji": "*",
"the-turk/flarum-stickiest": "*",
"v17development/flarum-seo": "*",
"v17development/flarum-user-badges": "*",
"walsgit/external-links-in-new-tab": "*"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"repositories": []
}
dann, wie du gesagt hast das Update durchgeführt:
composer update --prefer-dist --no-plugins --no-dev -a --with-all-dependencies
dabei hat er tatsächlich Pakete geupdated (z.b. fof/upload) nun sieht es so aus:
bash-5.1$ composer update --prefer-dist --no-plugins --no-dev -a --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 3 updates, 0 removals
- Upgrading enshrined/svg-sanitize (0.15.4 => 0.21.0)
- Upgrading fof/upload (1.5.8 => 1.7.1)
- Upgrading softcreatr/php-mime-detector (3.2.1 => 4.0.0)
Writing lock file
Installing dependencies from lock file
Package operations: 0 installs, 3 updates, 0 removals
- Downloading softcreatr/php-mime-detector (4.0.0)
- Downloading enshrined/svg-sanitize (0.21.0)
- Downloading fof/upload (1.7.1)
- Upgrading softcreatr/php-mime-detector (3.2.1 => 4.0.0): Extracting archive
- Upgrading enshrined/svg-sanitize (0.15.4 => 0.21.0): Extracting archive
- Upgrading fof/upload (1.5.8 => 1.7.1): Extracting archive
Package askvortsov/flarum-auto-moderator is abandoned, you should avoid using it. Use askvortsov/flarum-automod instead.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead.
Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead.
Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead.
Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead.
Generating optimized autoload files
145 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Found 1 security vulnerability advisory affecting 1 package.
Run "composer audit" for a full list of advisories.
bash-5.1$ composer update
