Skip to content

Commit

Permalink
Composer(deps-dev): Update phpunit/phpunit requirement || ^11
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.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.1/ChangeLog-11.0.md)
- [Commits](sebastianbergmann/phpunit@10.0.0...11.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 3331889 commit 5526a39
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 @@
"moneyphp/money": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^10",
"phpunit/phpunit": "^10 || ^11",
"filament/filament": "^3.0"
},
"extra": {
Expand Down

0 comments on commit 5526a39

Please sign in to comment.