summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-08 07:38:00 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-01-08 08:39:37 +0100
commitcc582c5dc8f5c5ec7052f4e2cab8530b9307afaa (patch)
treeaff7eb53c1d156c1944fd746a394db9f840d2242 /composer.json
parent5f5a4b42a95237e0e6802425b335c62b54d4c17e (diff)
Bump phpunit/phpunit from 9.4.4 to 9.5.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.4.4 to 9.5.0. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.4.4...9.5.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 b2797fcac..a91ee8efc 100644
--- a/composer.json
+++ b/composer.json
@@ -55,7 +55,7 @@
"ext-curl": "*"
},
"require-dev": {
- "phpunit/phpunit": "9.4.*",
+ "phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.5.6",
"phpstan/phpstan": "^0.12.43",
"christophwurst/nextcloud": "v20.0.4",