Released version 3.0
- requires PHP 7.1
- uses declare(strict_types=1)
- uses PHP 7.1 typehints and features
- preprocessing is disabled by default (BC break)
- uses standalone Google Closure Compiler (for deployment.phar users: be sure that compiler.jar is located in the same folder)
- Added 'include' option [#99] (#100)
- CliRunner: errors are converted to ErrorException
- FtpServer: added workaround for error illegal port error on pasive mode [Closes #93]
- FtpServer, SshServer: accepts URL only as string
For the details you can have a look at the diff.