Skip to content

Commit 64488a9

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/9.5.28/ChangeLog-9.5.md) - [Commits](sebastianbergmann/phpunit@8.0.0...9.5.28) --- 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 bc056a2 commit 64488a9

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
@@ -28,7 +28,7 @@
2828
"smarty-plugins"
2929
],
3030
"require-dev": {
31-
"phpunit/phpunit": "^8.0",
31+
"phpunit/phpunit": "^8.0 || ^9.0",
3232
"symfony/cache": "^5.0|^6.0",
3333
"bentools/cartesian-product": "^1.3",
3434
"symfony/polyfill-php80": "^1.27",

0 commit comments

Comments
 (0)