2.0.0
This new major release due to some backwards-incompatible changes
in some signatures and parameters of the CLI tooling. This release:
- introduces auto-discovery of source directory based on your project's
composer.json
- removes the
sources-path
CLI argument - changes the constructor signature of
Roave\BackwardCompatibility\Command\AssertBackwardsCompatible
- deprecates
Roave\BackwardCompatibility\Factory\DirectoryReflectorFactory
This is the full list of statically detected BC breaks:
[BC] CHANGED: The parameter $reflectorFactory of Roave\BackwardCompatibility\Command\AssertBackwardsCompatible#__construct() changed from Roave\BackwardCompatibility\Factory\DirectoryReflectorFactory to a non-contravariant Roave\BackwardCompatibility\Factory\ComposerInstallationReflectorFactory
Total issues resolved: 2