Skip to content

Commit b2e2457

Browse files
Update phpunit/phpunit requirement from ^8.0 to ^8.0 || ^9.0 (#22)
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-9.6.md) - [Commits](sebastianbergmann/phpunit@8.0.0...9.6.3) --- 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>
1 parent efefe9b commit b2e2457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "phpunit --testdox"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^8.0",
33+
"phpunit/phpunit": "^8.0 || ^9.0",
3434
"ext-sqlite3": "*"
3535
},
3636
"config": {

0 commit comments

Comments
 (0)