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
…#280)

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/main/ChangeLog-10.0.md)
- [Commits](sebastianbergmann/phpunit@10.0.16...10.0.18)

---
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>
  • Loading branch information
dependabot[bot] committed Mar 24, 2023
1 parent dc61f08 commit dc083fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/phpunit/composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "phpunit",
"type": "metapackage",
"require-dev": {
"phpunit/phpunit": "10.0.16",
"phpunit/phpunit": "10.0.18",
"roave/security-advisories": "dev-latest"
},
"prefer-stable": true,
Expand Down

0 comments on commit dc083fd

Please sign in to comment.