Skip to content

Commit 792544d

Browse files
Update phpunit/phpunit requirement from ^11.3.5 to ^11.3.6 (#116)
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.6/ChangeLog-11.3.md) - [Commits](sebastianbergmann/phpunit@11.3.5...11.3.6) --- 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 b6eef2f commit 792544d

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

0 commit comments

Comments
 (0)