Browse code

Add shopware api bundle dependency

Benjamin Roth authored on18/10/2024 10:49:55
Showing1 changed files
... ...
@@ -22,7 +22,8 @@
22 22
         "contao/core-bundle": "^4.13 || ^5.3",
23 23
         "symfony/config": "^5.4 || ^6.4",
24 24
         "symfony/dependency-injection": "^5.4 || ^6.4",
25
-        "symfony/http-kernel": "^5.4 || ^6.4"
25
+        "symfony/http-kernel": "^5.4 || ^6.4",
26
+        "vonrotenberg/shopware-api-bundle": "dev-master"
26 27
     },
27 28
     "require-dev": {
28 29
         "bamarni/composer-bin-plugin": "^1.5",
... ...
@@ -66,5 +67,11 @@
66 67
         "ecs": "@php tools/ecs/vendor/bin/ecs check src tests --config ecs.php --fix --ansi",
67 68
         "phpstan": "@php tools/phpstan/vendor/bin/phpstan analyze --ansi",
68 69
         "unit-tests": "@php vendor/bin/phpunit --colors=always"
70
+    },
71
+    "repositories": {
72
+        "vonrotenberg": {
73
+            "type": "composer",
74
+            "url": "https://satis.esales-media.de"
75
+        }
69 76
     }
70 77
 }