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
// Make sure we do not replace ourselves (if someone made a mistake and tagged it)
126
-
// See e.g. https://github.com/BabDev/Pagerfanta/commit/fd00eb74632fecc0265327e9fe0eddc08c72b238#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
// Make sure we do not replace ourselves (if someone made a mistake and tagged it)
196
+
// See e.g. https://github.com/BabDev/Pagerfanta/commit/fd00eb74632fecc0265327e9fe0eddc08c72b238#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
197
+
// TODO: should that go into package itself?
198
+
if ($package->getName() === $link->getTarget()) {
199
+
continue;
200
+
}
201
+
202
+
if (CompilingMatcher::match($link->getConstraint(), Constraint::OP_EQ, $package->getVersion())) {
203
+
// Use the same hash part as the regular require hash because that's what the replacement does
0 commit comments