You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -647,7 +648,21 @@ class EnrichProxyDataEventSubscriber implements EventSubscriberInterface
647
648
}
648
649
649
650
```
651
+
## Troubleshooting
652
+
653
+
### Composer Security Advisories
654
+
When working with **Shopware 6.5.x**, you may encounter a build failure during `composer update` or `composer install`. This is caused by the **Composer Audit** feature (introduced in Composer 2.7+), which automatically blocks the installation of packages with known security vulnerabilities.
655
+
656
+
The error message typically looks like this:
657
+
`...these were not loaded, because they are affected by security advisories (PKSA-...)`
658
+
659
+
### Recommended Solution: Upgrade
660
+
The most effective and secure way to resolve this is to **upgrade to the latest version of our plugin** and, if possible, move to **Shopware 6.7+**.
650
661
662
+
The latest versions provide:
663
+
***Security Patches:** Protection against the vulnerabilities flagged by Composer.
664
+
***Stability:** Improved compatibility with modern PHP versions and server environments.
665
+
***Performance:** Optimized code execution for faster storefront response times.
$this->client->request(Request::METHOD_GET, $uri)->willThrow(newConnectException('Unable to connect with server.', $requestInterface->getWrappedObject()));
0 commit comments