Heute mal wieder ein Update von einem Plugin in den Store hochgeladen. Das Plugin ist zwar freigegeben, jedoch wurde mir eine Fehlermeldung angezeigt. Aktuell kann ich diese aber noch nicht richtig deuten:
Warnings of the static code analysis:
The command "composer install --prefer-dist --no-dev --no-scripts --no-plugins --ignore-platform-reqs" failed.
Exit Code: 2(Misuse of shell builtins)
Output:
================
Error Output:
================
Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package shopware/platform ~6.3.5.2 exists as shopware/platform[6.1.x-dev, 6.2.x-dev, 6.3.0.0, 6.3.0.0-dev, 6.3.0.1, 6.3.0.2, 6.3.0.2-dev, 6.3.1.0, 6.3.1.0-dev, 6.3.1.1, 6.3.2.0, 6.3.2.0-dev, 6.3.2.1, 6.3.3.0, 6.3.3.0-dev, 6.3.3.1, 6.3.3.1-dev, 6.3.4.0, 6.3.4.0-dev, 6.3.4.1, 6.3.5.0, 6.3.5.0-dev, 6.3.5.1, dev-saas-release, dev-trunk, 6.4.x-dev, v6.0.0+ea2, v6.1.0, v6.1.0-rc1, v6.1.0-rc2, v6.1.0-rc3, v6.1.0-rc4, v6.1.1, v6.1.2, v6.1.3, v6.1.4, v6.1.5, v6.1.6, v6.2.0, v6.2.0-RC1, v6.2.1, v6.2.2, v6.2.3] but these are rejected by your constraint.
Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
Was heißt das jetzt mich?