No composer.lock file present?

Bei einer Plugin Code Analyse im SW Store kommt dieser Hinweis. So wirklich verstanden habe ich das nicht. Was kann ich tun?

No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires shopware/platform ~6.4.11.1, it is satisfiable by shopware/platform[6.4.11.1] 
 from composer repo (https://repo.packagist.org) but shopware/platform[dev-trunk, 6.4.x-dev (alias of dev-trunk)] 
 from path repo (platform) has higher repository priority. 
The packages from the higher priority repository do not match your constraint and are therefore not installable. 
That repository is canonical so the lower priority repo's packages are not installable. 
See https://getcomposer.org/repoprio for details and assistance.

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.

Hab ich auch… aber solang die Plugin Prüfung daran nicht scheitert ist mir das relativ egal :joy:

No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires moorl/foundation, it could not be found in any version, there may be a typo in the package name.
  Problem 2
    - Root composer.json requires shopware/platform ~6.4.12.0, found shopware/platform[dev-trunk, 6.4.x-dev (alias of dev-trunk)] but it does not match the constraint.

Nach Rücksprache mit Shopware wurde der Fehler behoben :slight_smile: Lag also nicht am Plugin.