Skip to content

Commit 858f487

Browse files
tools(deps-dev): Update phpunit/phpunit requirement in /tools/phpunit (#378)
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.1/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@10.4.2...10.5.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac5457e commit 858f487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/phpunit/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": "^8.1"
77
},
88
"require-dev": {
9-
"phpunit/phpunit": "10.4.2",
9+
"phpunit/phpunit": "10.5.1",
1010
"roave/security-advisories": "dev-latest"
1111
},
1212
"prefer-stable": true,

0 commit comments

Comments
 (0)