Fehler composer.json requires shopware/platform

Ich scheine hier mit der composer.json auf Kriegsfuß zu stehen. Beim hochladen in den SW Store kommt eine Warnung:

Problem 1
- Root composer.json requires shopware/platform ~6.4.1.0, found shopware/platform[dev-trunk, 6.4.x-dev (alias of dev-trunk)] but it does not match the constraint.

In meinem Plugin:

"require": {
    "shopware/core": "^6.4"
},

Laut Doku:

https://docs.shopware.com/en/account-en/manufacturer-area/quality-guidelines-for-extensions-in-the-community-store#class-shopware-storefront-not-found

sehe ich das Problem nicht.