1.0.1
This release fixes an issue related with composer updates to already installed versions. Using composer require
within a package that already used ocramius/package-versions
caused the installation to be unable to write the PackageVersions\Versions
class to a file.
Total issues resolved: 6
- 2: remove unused use statement
- 3: Remove useless files from dist package
- 5: failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly
- 6: Fix/#5 use composer vendor dir
- 7: Hotfix - #5 generate package versions also when in phar context
- 8: Versions class should be ignored by VCS, as it is an install-time artifact