Skip to content

Commit 5bec092

Browse files
Update phpunit/phpunit requirement from ^12.3 to ^12.3 || ^13.0
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/13.0.5/ChangeLog-13.0.md) - [Commits](sebastianbergmann/phpunit@12.3.0...13.0.5) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c1c984 commit 5bec092

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
}
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "^12.3",
31+
"phpunit/phpunit": "^12.3 || ^13.0",
3232
"php-standard-library/psalm-plugin": "^2.2",
3333
"vimeo/psalm": "^6.13",
3434
"php-cs-fixer/shim": "^3.88"

0 commit comments

Comments
 (0)