Skip to content

Update xbbcode.info.yml to use || for logical OR

Using | for logical OR in core_version_requirement is deprecated. See https://getcomposer.org/doc/articles/versions.md#version-range. The double pipe (||) operator for logical OR is is the canonical operator.

Merge request reports