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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-09 23:57:59 +0300
committerGitHub <noreply@github.com>2019-06-09 23:57:59 +0300
commit3c7edc4556caeb2925c644e2f057a960f9908a1f (patch)
treed925a4dc70022bdf49b0116e0daf01aecd0b7de6 /composer.json
parent47ec4b4388e0a5702e3e46c077a73bc0eb955682 (diff)
Update phpunit/phpunit requirement from ^5.4 to ^8.2
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.4.0...8.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 84d6427e..fdb41718 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
],
"require-dev": {
"christophwurst/nextcloud": "^15.0",
- "phpunit/phpunit": "^5.4",
+ "phpunit/phpunit": "^8.2",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0"
}