summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-10 08:27:19 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2021-01-07 17:24:21 +0100
commit817405203c4d5c6ebc7cff1b66a1e9f2239e215a (patch)
treec570b0375ceb92f745c6c96a951e81be7849a03c /composer.json
parent5d1ed59f97bdcccbf954e60fd30815389e6b01c0 (diff)
Bump phpunit/phpunit from 9.2.6 to 9.4.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.2.6 to 9.4.0. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.2.6...9.4.0) Signed-off-by: dependabot[bot] <support@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 bcfbca469..d664101d2 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,7 @@
"ext-curl": "*"
},
"require-dev": {
- "phpunit/phpunit": "9.2.*",
+ "phpunit/phpunit": "9.4.*",
"squizlabs/php_codesniffer": "^3.5.6",
"phpstan/phpstan": "^0.12.43",
"christophwurst/nextcloud": "v20.0.0",