Skip to content

Commit 7f052b7

Browse files
committed
Revert "Use dev PHP-Parser"
This reverts commit 05df7ae.
1 parent 395d1ee commit 7f052b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"phpstan/phpstan": "^1.3"
1111
},
1212
"require-dev": {
13-
"nikic/php-parser": "dev-master as 4.13.2",
1413
"php-parallel-lint/php-parallel-lint": "^1.2",
1514
"phpstan/phpstan-phpunit": "^1.0",
15+
"phpstan/phpstan-php-parser": "^1.1",
1616
"phpunit/phpunit": "^9.5"
1717
},
1818
"config": {

Diff for: phpstan.neon

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
includes:
22
- rules.neon
33
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
4+
- vendor/phpstan/phpstan-php-parser/extension.neon
5+
- vendor/phpstan/phpstan-phpunit/extension.neon
46

57
parameters:
68
excludePaths:

0 commit comments

Comments
 (0)