Does a 6.6.0.0 shopware/core constraint allow Shopware 6.6.10.3?

A 6.6.0.0 shopware/core declaration excludes Shopware 6.6.10.3.

An exact version accepts one release and nothing else — composer treats a bare partial version as exact on its zero-padded form, which is the trap that reads like a range and is not one.

The bound this idiom derives

No single upper bound follows from the 6.6.0.0 idiom alone.

6.6.0.0 derives no single bound, so whether it reaches Shopware 6.6.10.3 is decided clause by clause rather than by one cut-off.

The next release up

The next release line above Shopware 6.6.10.3 is 6.6.11.

A 6.6.0.0 declaration does NOT reach Shopware 6.6.11, so the next release up is where this constraint stops.

The same declaration against every version we evaluate

TargetVerdictStatement
Shopware 6.6.10.3excludesA 6.6.0.0 shopware/core declaration excludes Shopware 6.6.10.3.
Shopware 6.7.0.0excludesA 6.6.0.0 shopware/core declaration excludes Shopware 6.7.0.0.

Neighbouring declarations at Shopware 6.6.10.3

DeclarationFamilyAt this target Upper boundWhy
~6.6.0tildeA ~6.6.0 shopware/core declaration allows Shopware 6.6.10.3.The ~6.6.0 idiom stops below version 6.7.Shopware 6.6.10.3 sits below the bound ~6.6.0 derives, which is why the declaration reaches it.
6.6.*wildcardA 6.6.* shopware/core declaration allows Shopware 6.6.10.3.No single upper bound follows from the 6.6.* idiom alone.6.6.* derives no single bound, so whether it reaches Shopware 6.6.10.3 is decided clause by clause rather than by one cut-off.

What this tells you, and what it does not

Check a real shop

Run your composer.lock through the checker — it reads declarations the same way this page does, across every plugin at once.

Neighbouring pages