Skip to content

Commit 3b190b9

Browse files
tools(deps-dev): Update phpunit/phpunit requirement in /tools/phpunit (#294)
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@10.0.19...10.1.0) --- 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 5d1c318 commit 3b190b9

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
"description": "phpunit",
44
"type": "metapackage",
55
"require-dev": {
6-
"phpunit/phpunit": "10.0.19",
6+
"phpunit/phpunit": "10.1.0",
77
"roave/security-advisories": "dev-latest"
88
},
99
"prefer-stable": true,

0 commit comments

Comments
 (0)