Skip to content

Commit 63cdfa0

Browse files
committed
restricting compatible versions of nikic/php-parser as per vimeo/psalm@3f06d4f
1 parent 9b4e29e commit 63cdfa0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Diff for: composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"friendsofphp/php-cs-fixer": "^2.16",
3434
"jakub-onderka/php-parallel-lint": "^1.0",
3535
"maglnet/composer-require-checker": "^2.0",
36+
"nikic/php-parser": "^4.3,<4.7",
3637
"paragonie/hidden-string": "^1.0",
3738
"phpunit/phpunit": "^8.5",
3839
"povils/phpmnd": "^2.2",

Diff for: psalm.baseline.xml

-7
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,4 @@
5454
<code>self::ANYTHING</code>
5555
</InvalidArgument>
5656
</file>
57-
<file src="vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php">
58-
<ParseError occurrences="3">
59-
<code>Match</code>
60-
<code>;</code>
61-
<code>;</code>
62-
</ParseError>
63-
</file>
6457
</files>

0 commit comments

Comments
 (0)