We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa057c commit 8acca82Copy full SHA for 8acca82
compiler/src/Console/PrepareCommand.php
@@ -63,7 +63,7 @@ private function fixComposerJson(string $buildDir): void
63
{
64
$json = json_decode($this->filesystem->read($buildDir . '/composer.json'), true);
65
66
- unset($json['replace']);
+ unset($json['replace']['phpstan/phpstan']);
67
$json['name'] = 'phpstan/phpstan';
68
$json['require']['php'] = '^7.4|^8.0';
69
0 commit comments