Skip to content

Commit 04d509b

Browse files
Update phpunit/phpunit requirement from ^9.5 to ^9.6 (#94)
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/main/ChangeLog-9.6.md) - [Commits](sebastianbergmann/phpunit@9.5.0...9.6.3) --- updated-dependencies: - dependency-name: phpunit/phpunit 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 1aa0dcd commit 04d509b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"phpstan/extension-installer": "^1.2",
2020
"phpstan/phpstan": "^1.9",
21-
"phpunit/phpunit": "^9.5",
21+
"phpunit/phpunit": "^9.6",
2222
"symfony/var-dumper": "^5.3",
2323
"thecodingmachine/phpstan-safe-rule": "^1.2",
2424
"tomasvotruba/cognitive-complexity": "^0.0.5",

0 commit comments

Comments
 (0)