Skip to content

Commit

Permalink
Update phpunit/phpunit requirement from ^8.4.0 to ^9.0.1
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/master/ChangeLog-9.0.md)
- [Commits](sebastianbergmann/phpunit@8.4.0...9.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Feb 14, 2020
1 parent 4c070e4 commit b79bab0
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 @@ -14,7 +14,7 @@
"php" : ">=5.4"
},
"require-dev": {
"phpunit/phpunit" : "^8.4.0"
"phpunit/phpunit" : "^9.0.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b79bab0

Please sign in to comment.