Skip to content

Commit bd7de3e

Browse files
Update phpunit/phpunit requirement from ^11.4.2 to ^11.4.3 (#120)
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.3/ChangeLog-11.4.md) - [Commits](sebastianbergmann/phpunit@11.4.2...11.4.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 c32ab4b commit bd7de3e

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

0 commit comments

Comments
 (0)