mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-20 06:38:46 +01:00
Typo fix: allowDevDependnecies to allowDevDependencies (#4093)
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
This commit is contained in:
parent
9fb4ff339d
commit
cf1725fa6f
@ -121,7 +121,7 @@ final class ComposerJsonManipulator
|
||||
|
||||
$json = $this->addDevDependenciesFromPHPStan($json, $phpstanVersion);
|
||||
|
||||
return $this->allowDevDependnecies($json);
|
||||
return $this->allowDevDependencies($json);
|
||||
}
|
||||
|
||||
private function addDevDependenciesFromPHPStan(array $json, string $phpstanVersion): array
|
||||
@ -143,7 +143,7 @@ final class ComposerJsonManipulator
|
||||
return $json;
|
||||
}
|
||||
|
||||
private function allowDevDependnecies(array $json): array
|
||||
private function allowDevDependencies(array $json): array
|
||||
{
|
||||
$json['minimum-stability'] = 'dev';
|
||||
$json['prefer-stable'] = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user