mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 09:42:45 +01:00
use never php-parser
This commit is contained in:
parent
c7d6dc0bb7
commit
b5b7d1055a
@ -106,9 +106,6 @@ final class ComposerJsonManipulator
|
||||
return $json;
|
||||
}
|
||||
|
||||
// temporary before phpstan/phpstan becomes tagged - fixes https://travis-ci.com/github/rectorphp/rector/builds/182040376
|
||||
$json[self::REQUIRE]['nikic/php-parser'] = '^4.9.1';
|
||||
|
||||
$phpstanVersion = $json[self::REQUIRE][self::PHPSTAN_PHPSTAN];
|
||||
$phpstanVersion = ltrim($phpstanVersion, '^');
|
||||
// use dev-master till this get's to tagged: https://github.com/phpstan/phpstan-src/commit/535c0e25429c1e3dd0dd05f61b43a34830da2a09
|
||||
|
Loading…
x
Reference in New Issue
Block a user