# Implementierung von Dritt-Modulen via composer.json in Plugin

**URL:** https://forum.shopware.com/t/implementierung-von-dritt-modulen-via-composer-json-in-plugin/68583
**Category:** Programmierung
**Created:** [24. Juli 2020 um 13:47 UTC](https://forum.shopware.com/t/implementierung-von-dritt-modulen-via-composer-json-in-plugin/68583 "2020-07-24T13:47:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![\_MikeB](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/_mikeb/32/7856_2.png) [@\_MikeB](https://forum.shopware.com/u/_MikeB)
#### Post date: [24. Juli 2020 um 13:47 UTC](https://forum.shopware.com/t/implementierung-von-dritt-modulen-via-composer-json-in-plugin/68583/1 "2020-07-24T13:47:33Z")

</div>

Hallo.

Leider konnte ich bisher keine Infos darüber finden. Ich muss&nbsp;eine PHP-Library in meinem Plugin verwenden. Habe probiert das in meiner Plugin composer.json einzuhängen. Leider bekomme ich immer die Meldung&nbsp;Could not install plugin, got 1 failure(s).&nbsp;Required plugin/package “PACKAGE/NAME” is missing or not installed and activated. (PACKAGE/NAME ist hier im Betrag&nbsp;nur ein Platzhalter)

&nbsp;

```
"require": {
    "shopware/core": ">=6.1",
    "PACKAGE/NAME": "dev-master"
  },

```

Was mache ich falsch? Geht das überhaupt oder muss ich die PHP-Library fix in meinem Plugin hinterlegen und ausliefern?&nbsp;

&nbsp;

Gruß Mike

---

<div class="post-metadata">

### Author: ![\_MikeB](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/_mikeb/32/7856_2.png) [@\_MikeB](https://forum.shopware.com/u/_MikeB)
#### Post date: [4. August 2020 um 10:36 UTC](https://forum.shopware.com/t/implementierung-von-dritt-modulen-via-composer-json-in-plugin/68583/2 "2020-08-04T10:36:59Z")

</div>

Weiß hier keiner Rat? ☹
