VirtPHP v0.4.0-alpha Release Notes

Release Date: 2014-05-14 // almost 10 years ago
    • Changed the default behavior of the create command to create all new virtPHP environments in ~/.virtphp/envs/; this may be overridden with the --install-path option
    • Added ability to delete a virtPHP environment by name with delete envname
    • Fixed issue in which we failed to remove an environment from the environments list
    • Updated all code in the project to conform to PSR-2 standard
    • Various improvements to tests and raised level of code coverage
    • Various bug fixes and docs improvements