Skip to content

Releases: Ocramius/PackageVersions

1.1.3

06 Sep 15:26
1.1.3
72b226d
Compare
Choose a tag to compare

Build Status

This release fixes a bug that caused PackageVersions to prevent
the composer remove and composer update commands to fail when
this package is removed.

In addition to that, mutation testing has been added to the suite,
ensuring that the package is accurately and extensively tested.

Total issues resolved: 3

1.1.2

30 Dec 09:50
1.1.2
Compare
Choose a tag to compare

Build Status

This release fixes a bug that caused PackageVersions to be enabled
even when it was part of a globally installed package.

Total issues resolved: 3

1.1.1

25 Jul 07:17
Compare
Choose a tag to compare

Build Status

This release removes the "files" directive from
composer.json,
as it is no longer needed for composer install --classmap-authoritative.
Also, that directive was causing issues with HHVM installations, since
PackageVersions is not compatible with it.

Total issues resolved: 1

1.1.0

22 Jul 14:49
1.1.0
Compare
Choose a tag to compare

1.0.4

23 Apr 17:55
1.0.4
Compare
Choose a tag to compare

Build Status

This release includes a fix/workaround for composer/composer#5237, which causes ocramius/package-versions to sometimes generate a Versions class with malformed name (something like Versions_composer_tmp0) when running composer require <package-name>.

Total issues resolved: 2

1.0.3

26 Feb 14:04
1.0.3
Compare
Choose a tag to compare

Build Status

This release fixes an issue related to concurrent autoloader re-generation caused by multiple composer plugins being installed. The issue was solved by removing autoloader re-generation from this package, but it may still affect other packages.

It is now recommended that you run composer dump-autoload --optimize after installation when using this particular package.
Please note that composer (install|update) -o is not sufficient to avoid autoload overhead when using this particular package.

Total issues resolved: 1

1.0.2

24 Feb 15:59
1.0.2
Compare
Choose a tag to compare

Build Status

This release fixes issues related to installing the component without
any dev dependencies or with packages that don't have a source or dist
reference, which is usual with packages defined directly in the
composer.json.

Total issues resolved: 3

1.0.1

02 Feb 18:06
1.0.1
Compare
Choose a tag to compare

Build Status

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

1.0.0

25 Jan 23:30
1.0.0
Compare
Choose a tag to compare

Build Status

First stable release of ocramius/package-versions.