# Install dependency issues using git

**URL:** https://forum.shopware.com/t/install-dependency-issues-using-git/105842
**Category:** General Questions (EN)
**Created:** [14. November 2024 um 07:09 UTC](https://forum.shopware.com/t/install-dependency-issues-using-git/105842 "2024-11-14T07:09:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![leenl](https://avatars.discourse-cdn.com/v4/letter/l/7feea3/32.png) [@leenl](https://forum.shopware.com/u/leenl)
#### Post date: [14. November 2024 um 07:09 UTC](https://forum.shopware.com/t/install-dependency-issues-using-git/105842/1 "2024-11-14T07:09:56Z")

</div>

My environment is  
nginx  
php 8.2  
centos 8

Dependency issues kept appearing during installation. I tried various modifications and settings of composer.json but all failed.

- shopware/platform is present at version 1.0.0+no-version-set and cannot be modified by Composer
- Root composer.json requires shopware/conflicts \>=0.2.0 → satisfiable by shopware/conflicts[0.2.0].
- shopware/conflicts 0.2.0 requires shopware/core \>=6.6.4.0 → satisfiable by shopware/core[v6.6.4.0, …, v6.6.8.2].
- shopware/core[v6.6.4.0, …, v6.6.8.2] cannot be installed as that would require removing shopware/platform[1.0.0+no-version-set]. They all replace symfony/polyfill -ctype and thus cannot

---

<div class="post-metadata">

### Author: ![Hashtag\_Assist](https://avatars.discourse-cdn.com/v4/letter/h/e19b73/32.png) [@Hashtag\_Assist](https://forum.shopware.com/u/Hashtag_Assist)
#### Post date: [4. Dezember 2024 um 07:26 UTC](https://forum.shopware.com/t/install-dependency-issues-using-git/105842/2 "2024-12-04T07:26:29Z")

</div>

Hey! try

```auto
composer require shopware/conflicts:@dev

```
