Skip to content

Commit

Permalink
tools(deps-dev): Update phpunit/phpunit requirement in /tools/phpunit (
Browse files Browse the repository at this point in the history
…#440)

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.1/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.4.2...10.5.1)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 7c2ff78 commit 12b19a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "metapackage",
"description": "phpunit",
"require-dev": {
"phpunit/phpunit": "10.4.2",
"phpunit/phpunit": "10.5.1",
"roave/security-advisories": "dev-latest"
},
"config": {
Expand Down

0 comments on commit 12b19a7

Please sign in to comment.