Skip to content

Commit

Permalink
[0.2] Update PHPUnit to a versions that supports PHP 8.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
WyriHaximus committed Dec 16, 2024
1 parent 6dbb65d commit 7eedf72
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 172 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react/stream": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"react/async": "^4 || ^3"
},
"autoload": {
Expand Down
Loading

0 comments on commit 7eedf72

Please sign in to comment.