1.0.2
This release fixes the omission of the --from
flag in the CLI interface,
which was defaulting to the incorrect ''
(empty string).
Also, classes that were previously not found are now stubbed out as
interfaces without inheritance nor methods, which allows scanning for
BC breaks in packages with optional dependencies.
Total issues resolved: 5
- 66: fix when no from option is given thanks to @bendavies
- 67:
Roave\BetterReflection\Reflection\ReflectionClass
"XXX" could not be found in the located source thanks to @bendavies - 72: Git error when running without --from option thanks to @ciaranmcnulty
- 73: Check that from is actually provided thanks to @ciaranmcnulty
- 74: #67 stub out dependencies that cannot be located by using empty classes thanks to @Ocramius