Skip to content

Commit

Permalink
Update PHPUnit dependency version in composer.json
Browse files Browse the repository at this point in the history
The PHPUnit version constraint in composer.json has been updated to "^8.5.40 || ^9.5" from "^8.5.24 || ^9.5" to ensure compatibility with recent bug fixes and improvements. This change will help maintain the stability and reliability of the development and testing environment.
  • Loading branch information
koriym committed Nov 29, 2024
1 parent e085bda commit ba04633
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 @@ -19,7 +19,7 @@
},
"require-dev": {
"ext-pdo": "*",
"phpunit/phpunit": "^8.5.24 || ^9.5",
"phpunit/phpunit": "^8.5.40 || ^9.5",
"bamarni/composer-bin-plugin": "^1.4"
},
"config": {
Expand Down

0 comments on commit ba04633

Please sign in to comment.