Skip to content

Commit

Permalink
Update phpunit/phpunit requirement from ^8 || ^9 to ^8 || ^9 || ^10 (#25
Browse files Browse the repository at this point in the history
)

---
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] authored May 1, 2024
1 parent 2fdd67f commit 95c93c4
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 @@ -21,7 +21,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^8 || ^9"
"phpunit/phpunit": "^8 || ^9 || ^10"
},
"scripts": {
"test": "phpunit --testdox"
Expand Down

0 comments on commit 95c93c4

Please sign in to comment.