In SortedMigrationPlanCalculator.php, the function getMigrations() sorts the available migrations by version field, but as this field contains the namespace, the result is that the version are not ordered by creation date (that I think is the most acceptable reference), but by namespace and creation date. So, the order of the versions is not correctly calculated.