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
To Reproduce
Run phpunit
It will run [...]/adyenpaymentshopware6/vendor/composer/InstalledVersions.php:341 self::$installed = require __DIR__ . '/installed.php';
Expected behavior
Don't crash
Screenshots
N/A
Desktop :
OS: WSL2/Ubuntu
Additional context
Why was this script added? No context found in the commit except a reference to CS-6204
It breaks our CI/CD pipeline
Describe the bug
Since 3.17.1 this was added 3.17.0...3.17.1#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R54
This causes this error
require([...]/vendor/store.shopware.com/adyenpaymentshopware6/vendor/composer/installed.php): Failed to open stream: No such file or directory
Versions
Shopware version: 6.5.11
Plugin version: 3.17.1
To Reproduce
Run phpunit
It will run [...]/adyenpaymentshopware6/vendor/composer/InstalledVersions.php:341
self::$installed = require __DIR__ . '/installed.php';
Expected behavior
Don't crash
Screenshots
N/A
Desktop :
Additional context
Why was this script added? No context found in the commit except a reference to CS-6204
It breaks our CI/CD pipeline
Stacktrace:
The text was updated successfully, but these errors were encountered: