Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Changed method visibility to private
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Oct 11, 2017
1 parent cf3ee0a commit d982a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private function runInstaller(RootPackageInterface $rootPackage, array $packages
return $installer->run();
}

public function promptForPackageVersion($name)
private function promptForPackageVersion($name)
{
$validator = function ($input) {
$input = trim($input);
Expand Down

0 comments on commit d982a27

Please sign in to comment.