Skip to content

Commit e2f0c77

Browse files
committed
Preparing PHAR - fix php constraint
1 parent c7e9e3e commit e2f0c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/Console/PrepareCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private function fixComposerJson(string $buildDir): void
6565

6666
unset($json['replace']);
6767
$json['name'] = 'phpstan/phpstan';
68-
$json['require']['php'] = '^7.2|^8.0';
68+
$json['require']['php'] = '^7.4|^8.0';
6969

7070
// simplify autoload (remove not packed build directory]
7171
$json['autoload']['psr-4']['PHPStan\\'] = 'src/';

0 commit comments

Comments
 (0)