Skip to content

Commit

Permalink
php: Remove transitive php-parser dependency (#239)
Browse files Browse the repository at this point in the history
Transitive dependencies do not need to be explicitly declared.
Looks like this was originally added to resolve problems caused by using
composer update --prefer-lowest that are no longer present.
  • Loading branch information
mpkorstanje authored Mar 17, 2024
1 parent 9699fd4 commit 1e60601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "5.19.1",
"friendsofphp/php-cs-fixer": "^3.51",
"psalm/plugin-phpunit": "^0.19.0",
"nikic/php-parser": "^4.14"
"psalm/plugin-phpunit": "^0.19.0"
},
"repositories": [
{
Expand Down

0 comments on commit 1e60601

Please sign in to comment.