You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Haralan Dobrev aa1745ce2a Specify how ~ constraints handle pre-releases
The "next significant release" a.k.a as the tilde version constraint
would not install a pre-release (alpha, beta, RC) which is not in the same
version namespace.

But in the examples so far it was shown as `~1.2` equals `>=1.2,<2.0` which
would actually install `2.0-beta.1`, because it the pre-release is before
the `2.0` release.

See https://github.com/composer/getcomposer.org/issues/64
10 years ago
..
articles Merge remote-tracking branch 'cs278/github-otp-support' 11 years ago
dev Typo fixes 12 years ago
faqs Make it clear what is going on when a vcs folder is missing, fixes #2108 11 years ago
00-intro.md Fix doc note 11 years ago
01-basic-usage.md Specify how ~ constraints handle pre-releases 10 years ago
02-libraries.md add lib-icu and hhvm 11 years ago
03-cli.md Adjust dump command, add another test, update docs, refs #1344 10 years ago
04-schema.md Adjust dump command, add another test, update docs, refs #1344 10 years ago
05-repositories.md Make the github driver behave like git if "no-api" is specified. 11 years ago
06-community.md Add user ml link 12 years ago