Skip to content

Commit

Permalink
Update PHPUnit version in composer.json
Browse files Browse the repository at this point in the history
The PHPUnit version specified under the "require-dev" section of the composer.json file was increased from "^9.5" to "^9.6.19". This ensures that the project uses the updated PHPUnit version during development.
  • Loading branch information
koriym committed Jun 7, 2024
1 parent 1e8f8c5 commit 1ab0531
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 @@ -25,7 +25,7 @@
"ray/di": "^2.11"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6.19",
"bamarni/composer-bin-plugin": "^1.4"
},
"autoload": {
Expand Down

0 comments on commit 1ab0531

Please sign in to comment.