-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore sub dependencies #1
base: master
Are you sure you want to change the base?
Ignore sub dependencies #1
Conversation
Seems to have a conflict |
@@ -22,15 +22,22 @@ final class VersionsCheck | |||
*/ | |||
private $outdatedPackages = array(); | |||
|
|||
public function checkPackages(ArrayRepository $distRepository, WritableRepositoryInterface $localRepository, RootPackageInterface $rootPackage) | |||
public function checkPackages(ArrayRepository $distRepository, WritableRepositoryInterface $localRepository, RootPackageInterface $rootPackage, $rootPackagesOnly) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a default here for the new argument? Or is it BC this way already?
If we think this is only internally used by this repo, then I think it is fine the way it is, as it is always called with all args.
Same PR as base repo : soullivaneuh#63
Almost 3 years later... 😅