Skip to content

Commit ba5687e

Browse files
Update phpunit/phpunit requirement from ^12.1.6 to ^12.2.0 (#195)
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/12.2.0/ChangeLog-12.2.md) - [Commits](sebastianbergmann/phpunit@12.1.6...12.2.0) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.2.0 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 188a69d commit ba5687e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"doctrine/coding-standard": "^13.0",
2020
"phpstan/phpstan": "^2.1.17",
21-
"phpunit/phpunit": "^12.1.6"
21+
"phpunit/phpunit": "^12.2.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)