2.0.0
This release turns the package into a library (previously, it was
a composer plugin).
Relevant change is that the PackageVersions\Versions::ROOT_PACKAGE_NAME
constant no longer exists: please use PackageVersions\Versions::rootPackageName()
instead.
This slims down the complexity of the package massively, and removes
multiple known bugs.
Total issues resolved: 5
- 107: Unable to install on vboxfs thanks to @alexgit2k
- 138:
src/Packages/Versions.php
changes detected incomposer install
thanks to @Taluu - 142: Option to ignore version of rootPackage thanks to @qurben
- 152: Ocramius/PackageVersions is not compatible with composer configuration "lock: false" thanks to @windaishi
- 155: BC break: removed deprecated
PackageVersions\Versions::ROOT_PACKAGE_NAME
constant thanks to @Ocramius
Release 2.0.0
This release turns the package into a library (previously, it was
a composer plugin).
Relevant change is that the PackageVersions\Versions::ROOT_PACKAGE_NAME
constant no longer exists: please use PackageVersions\Versions::rootPackageName()
instead.
This slims down the complexity of the package massively, and removes
multiple known bugs.
2.0.0
- Total issues resolved: 4
- Total pull requests resolved: 2
- Total contributors: 5