contao / manager-plugin

Contao Manager Plugin
GNU Lesser General Public License v3.0
4 stars 9 forks source link

Use a double pipe as logical OR for the version range #11

Closed xchs closed 6 years ago

xchs commented 6 years ago

The single pipe | operator is considered deprecated but retained for backwards compatibility. For the logical OR version comparison, it is recommended to use the double pipe || operator in the composer.json as per the official Composer documentation.

aschempp commented 6 years ago

Thank you!