Skip to content

Commit 188a69d

Browse files
Update phpunit/phpunit requirement from ^12.1.5 to ^12.1.6 (#194)
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.1.6/ChangeLog-12.1.md) - [Commits](sebastianbergmann/phpunit@12.1.5...12.1.6) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.1.6 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 598979f commit 188a69d

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.5"
21+
"phpunit/phpunit": "^12.1.6"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)