Skip to content

Commit b72104f

Browse files
committed
[0.2] Update PHPUnit to a versions that supports PHP 8.4
On PHPUnit 9.5 there are deprecation errors for PHP8.4. We resolve those by bumping PHPUnit to 9.6. We also made sure our PHPUnit configuration file is up to date to match the new version.
1 parent 6dbb65d commit b72104f

File tree

3 files changed

+191
-173
lines changed

3 files changed

+191
-173
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react/stream": "^1.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.5",
23+
"phpunit/phpunit": "^9.6",
2424
"react/async": "^4 || ^3"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)