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

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.3...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>
  • Loading branch information
dependabot[bot] committed Sep 16, 2023
1 parent 9178eba commit 6819a28
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.3.3",
"phpunit/phpunit": "10.3.4",
"roave/security-advisories": "dev-latest"
},
"prefer-stable": true,
Expand Down

0 comments on commit 6819a28

Please sign in to comment.