By having a smooth migration from PackageVersions\Versions::ROOT_PACKAGE_NAME to, for example, PackageVersions\Versions::rootPackageName(), we can get rid of the last bit of generated code in this library once moving to 2.0.0, by just dropping the PackageVersions\Versions::ROOT_PACKAGE_NAME constant.
Addresses https://github.com/Ocramius/PackageVersions/issues/139#issuecomment-657118021
By having a smooth migration from
PackageVersions\Versions::ROOT_PACKAGE_NAME
to, for example,PackageVersions\Versions::rootPackageName()
, we can get rid of the last bit of generated code in this library once moving to2.0.0
, by just dropping thePackageVersions\Versions::ROOT_PACKAGE_NAME
constant.