Skip to content

Commit 13333db

Browse files
Update phpunit/phpunit requirement in the dev-dependencies group
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Updates `phpunit/phpunit` to 11.4.4 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.4/ChangeLog-11.4.md) - [Commits](sebastianbergmann/phpunit@9.5.0...11.4.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 873fdc4 commit 13333db

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
@@ -108,7 +108,7 @@
108108
"phpstan/phpstan": "^1.5",
109109
"thecodingmachine/phpstan-strict-rules": "^1.0",
110110
"squizlabs/php_codesniffer": "^3.2",
111-
"phpunit/phpunit": "^9.5"
111+
"phpunit/phpunit": "^11.4"
112112
},
113113
"scripts": {
114114
"phpstan": "phpstan analyse lib -c phpstan.neon --level=max --no-progress -vvv",

0 commit comments

Comments
 (0)