Skip to content

Commit de06f7c

Browse files
Update phpunit/phpunit requirement from ^9.6 to ^11.4
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/11.4.0/ChangeLog-11.4.md) - [Commits](sebastianbergmann/phpunit@9.6.0...11.4.0) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f9a938 commit de06f7c

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
@@ -19,7 +19,7 @@
1919
"require-dev": {
2020
"phpstan/extension-installer": "^1.4",
2121
"phpstan/phpstan": "^1.12",
22-
"phpunit/phpunit": "^9.6",
22+
"phpunit/phpunit": "^11.4",
2323
"symfony/var-dumper": "^5.3",
2424
"thecodingmachine/phpstan-safe-rule": "^1.2",
2525
"tomasvotruba/cognitive-complexity": "0.2.3",

0 commit comments

Comments
 (0)