composer / semver

Semantic versioning utilities with the addition of version constraints parsing and checking.
MIT License
3.15k stars 76 forks source link

Make sure the syntax is consistant #22

Closed GrahamCampbell closed 9 years ago

alcohol commented 9 years ago

@seldaek would prefer to see || consistently instead of |. So if you don't mind.. :-)

Seldaek commented 9 years ago

Yeah || is the new cool, npm compatible and the only thing we recommend in docs https://getcomposer.org/doc/articles/versions.md#range

vinkla commented 9 years ago

Does | and || work differently? Will | be deprecated in the future?

alcohol commented 9 years ago

No and no.

Seldaek commented 9 years ago

@GrahamCampbell if you don't want to contribute you don't have to. Passive aggressive commit messages aren't needed, we talk with words in comments here if we have something to discuss.

Seldaek commented 9 years ago

Closed by 07b4f7727ca5558e85b20cde33cb2c24a342efb5

vinkla commented 9 years ago

@alcohol Okay, but it is recommended to use || instead of |?

alcohol commented 9 years ago

That is what @Seldaek just said, yes. Also you can see our documentation only refers to || if you follow the link he shared.