v0.3.0
Pre-release
Pre-release
Added
- Support for self-updating of the phar file through a new
SelfUpdateCommand
- You can run the
suggest
command and pass it a--tag=~1.0
option (support semantic versioning constraints) - Display on what the
suggest
command result is based using the--details
option
Changed
- Replace PHPSemVerChecker
JSONReporter
with a PHPSemVerCheckerGITJSONReporter
- Adds a before/after hash to the exported JSON
- Increased
xdebug.max_nesting_level
to 5000