Skip to content

Commit 3a9879e

Browse files
Update phpunit/phpunit requirement from ^9.1 to ^9.1 || ^11.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/11.2.6/ChangeLog-11.2.md) - [Commits](sebastianbergmann/phpunit@9.1.0...11.2.6) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5719411 commit 3a9879e

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
@@ -15,7 +15,7 @@
1515
},
1616
"license": "GPL-3.0-or-later",
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.1",
18+
"phpunit/phpunit": "^9.1 || ^11.0",
1919
"http-interop/http-factory-guzzle": "^1.0",
2020
"infection/infection": "^0.26",
2121
"phpstan/phpstan": "^1.0.0",

0 commit comments

Comments
 (0)