Skip to content

Commit 3ef533c

Browse files
Update phpunit/phpunit requirement from ^11.3.1 to ^11.3.3 (#112)
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.3/ChangeLog-11.3.md) - [Commits](sebastianbergmann/phpunit@11.3.1...11.3.3) --- 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 215ded5 commit 3ef533c

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
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"php-cs-fixer/shim": "^3.64",
31-
"phpunit/phpunit": "^11.3.1",
31+
"phpunit/phpunit": "^11.3.3",
3232
"psalm/phar": "^5.25"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)