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.
Sam Minnee 2cd698874f Include pre-releases in >=2.3.0 comparison. Fixes #4080.
This is a change to the >=2.3.0 comparison. Without this change, such a
comparison will exclude pre-release versions.

The rationale is that this makes the comparison more consistent with
<2.3.0 (which excludes all pre-releases) and ~2.3.0 (which includes
pre-releases).
9 years ago
..
Autoload Fix 5.3.3 build 9 years ago
Command Added testcase 10 years ago
Config composer config repositories.packagist false 10 years ago
Console Support bg colors and more clearing values in html output formatter 9 years ago
DependencyResolver Use https where possible 10 years ago
Downloader fix to download correct Bitbucket archive reference when using --prefer-dist 9 years ago
EventDispatcher Implement writeError throughout Composer 10 years ago
Fixtures Merge pull request #3998 from SpacePossum/use_https 10 years ago
IO Fixed two camelcase names 10 years ago
Installer Clean up event dispatching code and make package events extend installer events 10 years ago
Json Fix tests for autocrlf=true checkouts, fixes #4049 9 years ago
Mock CS fixes 10 years ago
Package Include pre-releases in >=2.3.0 comparison. Fixes #4080. 9 years ago
Plugin Revert converting `1.0.0` to `^1.0`. 9 years ago
Repository Revert "Merge remote-tracking branch 'naderman/load-no-providers'" 9 years ago
Util Remove extra '/' when findShortestPath $from is a directory 9 years ago
AllFunctionalTest.php Fix phar build test 10 years ago
ApplicationTest.php Move improvements towards reproducible builds, refs #3927 10 years ago
CacheTest.php Fix tests again.. 10 years ago
ComposerTest.php Fail over from source to dist and vice versa when downloads fail 11 years ago
ConfigTest.php Fix error handling for incorrect "repositories" array 10 years ago
InstallerTest.php Implement writeError throughout Composer 10 years ago