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

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

---
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 Jun 10, 2023
1 parent 987e318 commit 73f673b
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.2.0",
"phpunit/phpunit": "10.2.1",
"roave/security-advisories": "dev-latest"
},
"prefer-stable": true,
Expand Down

0 comments on commit 73f673b

Please sign in to comment.