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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-13 05:02:22 +0300
committerGitHub <noreply@github.com>2021-03-13 05:02:22 +0300
commitab5eb4dcb729c9400c402949c75db6178de13272 (patch)
treeeacbc9aacd41f31516d2de42e8306c63246da368 /composer.json
parent2f3faeb2fb271852ac66f82a5475ed1fc4c0d184 (diff)
Update phpunit/phpunit requirement from ^8.5 to ^9.5
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-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.0...9.5.2) 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 a5b71447..f62df2ca 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
},
"require-dev": {
"christophwurst/nextcloud": "^20.0",
- "phpunit/phpunit": "^8.5",
+ "phpunit/phpunit": "^9.5",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
"nextcloud/coding-standard": "^0.5.0",