Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-26 18:53:09 +0300
committerJoas Schilling <coding@schilljs.com>2021-03-29 11:48:05 +0300
commitf8e4441e38acaca820998e4cd77bbb0e72239d63 (patch)
tree3739f4303bbfa55b15c0cad01008cceda62fe93d /composer.json
parente9ff571ed8545d0ec663504e6aa43f5f90801a05 (diff)
Bump phpunit/phpunit from 8.5.13 to 9.5.4
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 8.5.13 to 9.5.4. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.13...9.5.4) 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 02d6099..84286a9 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
"require": {
},
"require-dev": {
- "phpunit/phpunit": "^8.5",
+ "phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^0.5.0",
"psalm/phar": "^4.3"
},