Skip to content

Commit

Permalink
Drop phpstan from composer.json
Browse files Browse the repository at this point in the history
It does not support PHP 7.1, so we should not include it
unconditionally.
  • Loading branch information
nikic committed Sep 11, 2022
1 parent 9b5a2c8 commit 2070cb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"ircmaxell/php-yacc": "^0.0.7",
"phpstan/phpstan": "^1.8"
"ircmaxell/php-yacc": "^0.0.7"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 2070cb7

Please sign in to comment.