1
0
Fork 0
composer/doc
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
2014-03-30 23:33:30 +03:00
..
articles Merge remote-tracking branch 'cs278/github-otp-support' 2014-02-26 16:16:13 +01:00
dev Typo fixes 2012-06-20 14:15:54 -07:00
faqs Make it clear what is going on when a vcs folder is missing, fixes #2108 2013-07-26 12:25:05 +02:00
00-intro.md Fix doc note 2014-02-06 21:15:30 +01:00
01-basic-usage.md Specify how ~ constraints handle pre-releases 2014-03-30 23:33:30 +03:00
02-libraries.md add lib-icu and hhvm 2014-01-23 10:41:23 -05:00
03-cli.md Adjust dump command, add another test, update docs, refs #1344 2014-03-01 21:21:00 +01:00
04-schema.md Adjust dump command, add another test, update docs, refs #1344 2014-03-01 21:21:00 +01:00
05-repositories.md Make the github driver behave like git if "no-api" is specified. 2014-02-24 19:36:56 +01:00
06-community.md Add user ml link 2012-10-24 10:22:40 +02:00