Skip to content

Commit 0e7e379

Browse files
Update phpunit/phpunit requirement from ^9.5 to ^10.1 (#30)
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.1.0/ChangeLog-10.1.md) - [Commits](sebastianbergmann/phpunit@9.5.0...10.1.0) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c20420 commit 0e7e379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"yiisoft/mutex": "^1.1"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^9.5",
35+
"phpunit/phpunit": "^10.1",
3636
"roave/infection-static-analysis-plugin": "^1.16",
3737
"spatie/phpunit-watcher": "^1.23",
3838
"vimeo/psalm": "^4.30|^5.3"

0 commit comments

Comments
 (0)