Skip to content

Commit 7043c4f

Browse files
Update dependency phpunit/phpunit to v12 (#591)
* Update phpunit/phpunit requirement from ^11.3.6 to ^11.3.6 || ^12.0.0 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.0.2/ChangeLog-12.0.md) - [Commits](sebastianbergmann/phpunit@11.3.6...12.0.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Update composer.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Filippo Tessarotto <[email protected]>
1 parent d28379e commit 7043c4f

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
@@ -35,7 +35,7 @@
3535
"phpstan/phpstan": "^1.12.4",
3636
"phpstan/phpstan-phpunit": "^1.4.0",
3737
"phpstan/phpstan-strict-rules": "^1.6.1",
38-
"phpunit/phpunit": "^11.3.6"
38+
"phpunit/phpunit": "^12.0.2"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)