Skip to content

Commit c32ab4b

Browse files
Update phpunit/phpunit requirement from ^11.4.1 to ^11.4.2 (#119)
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.4.2/ChangeLog-11.4.md) - [Commits](sebastianbergmann/phpunit@11.4.1...11.4.2) --- 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 54237d6 commit c32ab4b

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.4.1",
31+
"phpunit/phpunit": "^11.4.2",
3232
"psalm/phar": "^5.26"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)