Skip to content

Commit f44194c

Browse files
Update phpunit/phpunit requirement || ^11.0 in /src/Common
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/11.5.2/ChangeLog-11.5.md) - [Commits](sebastianbergmann/phpunit@9.5.0...11.5.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c76dd3 commit f44194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"nyholm/nsa": "^1.1",
24-
"phpunit/phpunit": "^9.5",
24+
"phpunit/phpunit": "^9.5 || ^11.0",
2525
"symfony/stopwatch": "~2.5 || ~5.0"
2626
},
2727
"suggest": {

0 commit comments

Comments
 (0)