Skip to content

Commit

Permalink
Bump unit testing related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Apr 1, 2024
1 parent fecf5fa commit d7e83ca
Show file tree
Hide file tree
Showing 3 changed files with 2,691 additions and 1,469 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"require": {
"php": "^8.2",
"phpunit/phpunit": "^9.6.18",
"phpunit/phpunit": "^10.5.16",
"react/async": "^4.2.0",
"react/event-loop": "^1.5.0",
"react/promise": "^3.1",
"wyrihaximus/phpstan-react": "^1",
"wyrihaximus/react-phpunit-run-tests-in-fiber": "^1.0.1",
"wyrihaximus/test-utilities": "^5.5.4 || ^6"
"wyrihaximus/react-phpunit-run-tests-in-fiber": "^2.0.0",
"wyrihaximus/test-utilities": "^6.0.0"
},
"require-dev": {
"react/promise-timer": "^1.10.0"
Expand Down
Loading

0 comments on commit d7e83ca

Please sign in to comment.