Skip to content

Commit 83dd537

Browse files
Update phpunit/phpunit requirement from ^9.0 to ^11.3 (#280)
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-11.3.md) - [Commits](sebastianbergmann/phpunit@9.0.0...11.3.0) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1baae73 commit 83dd537

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
@@ -29,7 +29,7 @@
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.3",
32-
"phpunit/phpunit": "^9.0",
32+
"phpunit/phpunit": "^11.3",
3333
"jetbrains/phpstorm-attributes": "^1.0",
3434
"phpstan/phpstan": "^1.7",
3535
"laravel/pint": "^1.2"

0 commit comments

Comments
 (0)