phpstan / extension-installer

Composer plugin for automatic installation of PHPStan extensions.
MIT License
399 stars 27 forks source link

Enhancement: Sort packages by name #18

Closed localheinz closed 4 years ago

localheinz commented 4 years ago

This PR

localheinz commented 4 years ago

@ondrejmirtes

Adjusted!

ondrejmirtes commented 4 years ago

This actually does a different thing than the previous version. $notInstalledPackages and $installedPackages will be output non-alphabetically. We need three ksort() calls :)

localheinz commented 4 years ago

@localheinz

Sorry, I should have taken a closer look.

ondrejmirtes commented 4 years ago

Thank you :)

localheinz commented 4 years ago

Thank you, @ondrejmirtes!