Skip to content

Commit db2bbd2

Browse files
Update phpunit/phpunit requirement from ^10.0 to ^11.2 (#39)
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.5/ChangeLog-11.2.md) - [Commits](sebastianbergmann/phpunit@10.0.0...11.2.5) --- 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 d68e09a commit db2bbd2

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
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^10.0",
25+
"phpunit/phpunit": "^11.2",
2626
"brainmaestro/composer-git-hooks": "dev-master",
2727
"laravel/pint": "^1.5",
2828
"mockery/mockery": "^1.5"

0 commit comments

Comments
 (0)