Skip to content

Commit

Permalink
Update PHPUnit, Rector, and Psalm versions in composer.json
Browse files Browse the repository at this point in the history
The commit includes an update of the package versions for PHPUnit, Rector, and Psalm in the composer.json file. The PHPUnit has been updated to "^10.5.8", Rector to "^0.19.2", and Psalm to "^5.20.0". These updates ensure we're using the latest, stable versions of these packages for improved features and potential bug fixes.
  • Loading branch information
MarjovanLier committed Jan 19, 2024
1 parent 51610c3 commit c014454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.56",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.7",
"phpunit/phpunit": "^10.5.8",
"psalm/plugin-phpunit": "^0.18.4",
"rector/rector": "^0.19.1",
"rector/rector": "^0.19.2",
"roave/no-floaters": "^1.11",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.19.1"
"vimeo/psalm": "^5.20.0"
},
"scripts-descriptions": {
"test:code-style": "Run code style checks",
Expand Down

0 comments on commit c014454

Please sign in to comment.