You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👉🏻 Skip aliased package versions in diff output (#12)
✨ Add new public getDiff() method allowing to compare two repositories (Composer\Repository\RepositoryInterface)
💯 BC Break: DiffEntries is no longer implementing IteratorAggregate but extends ArrayIterator instead. This is to avoid deprecations in PHP 8.1.
The package keeps providing support for all PHP versions from 5.3 up to 8.1 and beyond with a single code base! 🚀
✨ Add new Changed operation type for those comparing dev- version of packages (#6)
💄 Add some integration tests for Plugin to make sure it works on both Composer v1 and v2 (#8)