Skip to content

Commit 739ff2b

Browse files
Update phpunit/phpunit requirement from ^9.0 to ^11.2
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.2.6/ChangeLog-11.2.md) - [Commits](sebastianbergmann/phpunit@9.0.0...11.2.6) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de873da commit 739ff2b

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.2",
3333
"jetbrains/phpstorm-attributes": "^1.0",
3434
"phpstan/phpstan": "^1.7",
3535
"laravel/pint": "^1.2"

0 commit comments

Comments
 (0)