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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-06-12 01:17:46 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-13 08:24:40 +0300
commit9a32592aca4b2a8ba3f6262be049688c1856c481 (patch)
tree55f3470659f84054c9ef4829c16dbf7073b3f191 /build/integration
parent5ecfd80f0735c6ff37a4b624016866fae7392c08 (diff)
Update phpunit/phpunit requirement to ~6.5 in /build/integration
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-6.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/commits/6.5.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'build/integration')
-rw-r--r--build/integration/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index e0ee427944c..83bb7b1ef7a 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
- "phpunit/phpunit": "~4.6",
+ "phpunit/phpunit": "~6.5",
"behat/behat": "^3.0",
"guzzlehttp/guzzle": "6.3.3",
"jarnaiz/behat-junit-formatter": "^1.3",