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>2020-09-10 11:05:09 +0300
committerGitHub <noreply@github.com>2020-09-10 11:05:09 +0300
commit01a9024dcec49eb07adee284ce08a332cd54e380 (patch)
tree712b451aef538080a4c30c55de431d3ce91bf831 /composer.json
parentee568482db65adbd46a5b5815924fadec92422f2 (diff)
Bump phpunit/phpunit from 7.5.20 to 8.5.8
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.20 to 8.5.8. - [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/7.5.20...8.5.8) 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 9ebb7ba..223d7d5 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"license": "AGPL",
"require": {},
"require-dev": {
- "phpunit/phpunit": "^7.5",
+ "phpunit/phpunit": "^8.5",
"nextcloud/coding-standard": "^0.3.0"
},
"config": {