Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44cec07

Browse files
Chris8934Chris53897
authored andcommittedSep 26, 2024·
tests: fix deprecation from PHPUnit
1 parent 6fc2bc4 commit 44cec07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"phpstan/extension-installer": "^1.3",
4242
"phpstan/phpstan": "^1.10",
4343
"phpstan/phpstan-phpunit": "^1.3",
44-
"phpunit/phpunit": "^9.6",
44+
"phpunit/phpunit": "^9.6.17",
4545
"symfony/http-client": "^5.4 || ^6.4 || ^7.0",
4646
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
4747
},

0 commit comments

Comments
 (0)
Please sign in to comment.