1
0
Fork 0
composer/src
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.
2020-10-14 11:13:51 +02:00
..
Composer Transaction: Define a total order on packages to keep behavior on PHP8 2020-10-14 11:13:51 +02:00
bootstrap.php Update install instructions 2016-02-10 18:41:18 +00:00