Skip to content

Commit 7eedf72

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 7eedf72

File tree

3 files changed

+190
-172
lines changed

3 files changed

+190
-172
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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)