summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-08 08:24:24 +0100
committerGitHub <noreply@github.com>2023-02-08 08:24:24 +0100
commit693e184336a15e45483df1e283a99b154a535e40 (patch)
treef1aec7cbbb245b7e52eb88465c7b811af375808b /composer.json
parentf05999b84e1f9e0608b83120a90bff27eb8cacb1 (diff)
Bump phpunit/phpunit from 9.5.28 to 9.6.3 (#2087)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.28 to 9.6.3. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 7f442c3d2..cacd1da7c 100644
--- a/composer.json
+++ b/composer.json
@@ -54,7 +54,7 @@
"ext-curl": "*"
},
"require-dev": {
- "phpunit/phpunit": "9.5.*",
+ "phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.9.16",
"phpstan/phpstan-doctrine": "^1.3.32",