Skip to content

Commit 7c3a6e9

Browse files
chore(deps-dev): update phpunit/phpunit requirement || ^12.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/12.5.4/ChangeLog-12.5.md) - [Commits](sebastianbergmann/phpunit@11.0.0...12.5.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 12.5.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d818f6b commit 7c3a6e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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": "^11.0",
31+
"phpunit/phpunit": "^11.0 || ^12.0",
3232
"phpstan/phpstan": "^2.1",
3333
"phpstan/phpstan-phpunit": "^2.0",
3434
"squizlabs/php_codesniffer": "^4.0"

0 commit comments

Comments
 (0)