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 c7e9e3e commit e2f0c77Copy full SHA for e2f0c77
compiler/src/Console/PrepareCommand.php
@@ -65,7 +65,7 @@ private function fixComposerJson(string $buildDir): void
65
66
unset($json['replace']);
67
$json['name'] = 'phpstan/phpstan';
68
- $json['require']['php'] = '^7.2|^8.0';
+ $json['require']['php'] = '^7.4|^8.0';
69
70
// simplify autoload (remove not packed build directory]
71
$json['autoload']['psr-4']['PHPStan\\'] = 'src/';
0 commit comments