Skip to content

Commit

Permalink
composer(deps-dev): update phpunit/phpunit requirement
Browse files Browse the repository at this point in the history
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-11.3.md)
- [Commits](sebastianbergmann/phpunit@11.2.0...11.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent ab0cd8b commit 352f4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"require-dev": {
"orchestra/testbench": "^9.1",
"phpunit/phpunit": "^11.2"
"phpunit/phpunit": "^11.3"
},
"config": {
"process-timeout": 0,
Expand Down

0 comments on commit 352f4b8

Please sign in to comment.