Skip to content

Commit

Permalink
Update PHPUnit version in composer.json
Browse files Browse the repository at this point in the history
The current version of PHPUnit used for development has been updated to "^9.6.19". This is to ensure that our testing framework remains current and incorporates the latest features and security fixes available in this version.
  • Loading branch information
koriym committed Jun 8, 2024
1 parent 5cc8c32 commit 4472724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ray/aop": "^2.10.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6.19",
"bamarni/composer-bin-plugin": "^1.4"
},
"scripts" :{
Expand Down

0 comments on commit 4472724

Please sign in to comment.