Skip to content

Commit 12b19a7

Browse files
tools(deps-dev): Update phpunit/phpunit requirement in /tools/phpunit (#440)
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 7c2ff78 commit 12b19a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "metapackage",
44
"description": "phpunit",
55
"require-dev": {
6-
"phpunit/phpunit": "10.4.2",
6+
"phpunit/phpunit": "10.5.1",
77
"roave/security-advisories": "dev-latest"
88
},
99
"config": {

0 commit comments

Comments
 (0)