Skip to content

Commit

Permalink
Revert "Use dev PHP-Parser"
Browse files Browse the repository at this point in the history
This reverts commit 05df7ae.
  • Loading branch information
ondrejmirtes committed Dec 26, 2021
1 parent 395d1ee commit 7f052b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"phpstan/phpstan": "^1.3"
},
"require-dev": {
"nikic/php-parser": "dev-master as 4.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-php-parser": "^1.1",
"phpunit/phpunit": "^9.5"
},
"config": {
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
includes:
- rules.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
- vendor/phpstan/phpstan-php-parser/extension.neon
- vendor/phpstan/phpstan-phpunit/extension.neon

parameters:
excludePaths:
Expand Down

0 comments on commit 7f052b7

Please sign in to comment.