Skip to content

Commit bfc0516

Browse files
Update phpunit/phpunit requirement from ^10.2 to ^11.3
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.3.1/ChangeLog-11.3.md) - [Commits](sebastianbergmann/phpunit@10.2.0...11.3.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c37b70c commit bfc0516

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
@@ -27,7 +27,7 @@
2727
},
2828
"require-dev": {
2929
"cakephp/cakephp-codesniffer": "^5.0",
30-
"phpunit/phpunit": "^10.2"
30+
"phpunit/phpunit": "^11.3"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)