Skip to content

2.0.0

Compare
Choose a tag to compare
@Ocramius Ocramius released this 23 Aug 21:17
2.0.0
347c99d

Build Status

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