Skip to content

Commit 7a4cb80

Browse files
Update phpunit/phpunit requirement from ^11.5.2 to ^11.5.4 (#131)
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.5.4/ChangeLog-11.5.md) - [Commits](sebastianbergmann/phpunit@11.5.2...11.5.4) --- 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 68e7350 commit 7a4cb80

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

0 commit comments

Comments
 (0)