Skip to content

Commit f8f95aa

Browse files
Update phpunit/phpunit requirement from ^10.3.2 to ^10.3.4 (#86)
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.4/ChangeLog-10.3.md) - [Commits](sebastianbergmann/phpunit@10.3.2...10.3.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 ed85f81 commit f8f95aa

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
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"doctrine/coding-standard": "^12.0",
20-
"phpunit/phpunit": "^10.3.2",
20+
"phpunit/phpunit": "^10.3.4",
2121
"psalm/plugin-phpunit": "^0.18.4",
2222
"vimeo/psalm": "^5.15"
2323
},

0 commit comments

Comments
 (0)