Skip to content

Commit 73d9434

Browse files
Update phpunit/phpunit requirement from ^10.1 to ^11.5
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@10.1.0...11.5.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 52e542f commit 73d9434

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
@@ -9,7 +9,7 @@
99
"symfony/process": "^5.4"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^10.1",
12+
"phpunit/phpunit": "^11.5",
1313
"cakephp/cakephp-codesniffer": "^5.0"
1414
},
1515
"autoload": {

0 commit comments

Comments
 (0)