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.
Nils Adermann 85eb007f4f Transaction: Define a total order on packages to keep behavior on PHP8
So far the ordering of alias packages with the same name was undefined
so the actual order was determined by implementation of the sorting
algorithm in PHP. As of PHP8 sort is stable by default which changes the
outcome in some of our test cases.

With the fully defined total order the order can longer change depending
on sorting algorithm used and remains the same across PHP versions.
4 years ago
..
Composer/Test Transaction: Define a total order on packages to keep behavior on PHP8 4 years ago
bootstrap.php Fixes from PHPStan (#7687) 6 years ago
complete.phpunit.xml Build tweaks 4 years ago