# Fehler composer.json requires shopware/platform

**URL:** https://forum.shopware.com/t/fehler-composer-json-requires-shopware-platform/87801
**Category:** Programmierung
**Created:** [20. Mai 2021 um 12:34 UTC](https://forum.shopware.com/t/fehler-composer-json-requires-shopware-platform/87801 "2021-05-20T12:34:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![R4M](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/r4m/32/9983_2.png) [@R4M](https://forum.shopware.com/u/R4M)
#### Post date: [20. Mai 2021 um 12:34 UTC](https://forum.shopware.com/t/fehler-composer-json-requires-shopware-platform/87801/1 "2021-05-20T12:34:45Z")

</div>

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](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.
