Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Just PHPUnit 10

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Donat <donatj@gmail.com>
  • Loading branch information
dependabot[bot] and donatj committed Sep 2, 2023
1 parent 9e69a1d commit 046051b
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 @@ -15,7 +15,7 @@
"require-dev": {
"donatj/drop": "^1.1",
"donatj/mddoc": "^0.7.0",
"phpunit/phpunit": "^9",
"phpunit/phpunit": "^10",
"friendsofphp/php-cs-fixer": "^3.16",
"corpus/coding-standard": "^0.7.0",
"slevomat/coding-standard": "^8.11",
Expand Down

0 comments on commit 046051b

Please sign in to comment.