Skip to content

Commit 26f4e80

Browse files
Update phpunit/phpunit requirement from ^9.3 to ^11.3
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.3.0/ChangeLog-11.3.md) - [Commits](sebastianbergmann/phpunit@9.3.0...11.3.0) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc29cb2 commit 26f4e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.4 || ^8.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.3"
23+
"phpunit/phpunit": "^11.3"
2424
},
2525
"config": {
2626
"sort-packages": true

0 commit comments

Comments
 (0)