Skip to content

Commit d9dbded

Browse files
Update phpunit/phpunit requirement from ^11.3 to ^12.0 (#12)
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.0...12.0.2) --- 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 be30fa9 commit d9dbded

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
@@ -21,7 +21,7 @@
2121
"friendsofphp/php-cs-fixer": "^3.64",
2222
"phpstan/phpstan": "^2.0.x-dev",
2323
"phpstan/phpstan-strict-rules": "^2.0.x-dev",
24-
"phpunit/phpunit": "^11.3",
24+
"phpunit/phpunit": "^12.0",
2525
"symplify/monorepo-builder": "^11.2"
2626
},
2727
"replace": {

0 commit comments

Comments
 (0)