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.
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 thecomposer.json
as per the official Composer documentation.