fpoirotte / phpfarm

Fork from the original phpfarm developed by Christian Weiske (@cweiske/phpfarm)
GNU Affero General Public License v3.0
118 stars 37 forks source link

use natsort for available php versions #7

Closed Melkij closed 9 years ago

Melkij commented 9 years ago

Before:

Switch the currently active PHP version of phpfarm
Available versions:
  5.5.10
  5.5.11
  5.5.14
  5.5.4
  5.5.4-32bits
  5.5.5
  5.5.7

After:

Switch the currently active PHP version of phpfarm
Available versions:
  5.5.4
  5.5.4-32bits
  5.5.5
  5.5.7
  5.5.10
  5.5.11
  5.5.14