Skip to content

Commit ba04633

Browse files
committed
Update PHPUnit dependency version in composer.json
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.
1 parent e085bda commit ba04633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"ext-pdo": "*",
22-
"phpunit/phpunit": "^8.5.24 || ^9.5",
22+
"phpunit/phpunit": "^8.5.40 || ^9.5",
2323
"bamarni/composer-bin-plugin": "^1.4"
2424
},
2525
"config": {

0 commit comments

Comments
 (0)