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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-03-20 18:07:33 +0300
committerdependabot[bot] <support@dependabot.com>2019-03-20 18:07:33 +0300
commit9eadb28699d5b1a892c0dd87c3e49ad0ba3952d1 (patch)
tree1a3e6400215993d3f83163e828006aca0f6267b4 /composer.json
parent9ce43da282a755da66513714f12f5ebd9038820f (diff)
Bump phpunit/phpunit from 5.7.27 to 7.5.7
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 5.7.27 to 7.5.7. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.7.27...7.5.7) Signed-off-by: dependabot[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 fdccf8f..52dcd37 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
],
"require": {},
"require-dev": {
- "phpunit/phpunit": "^5.4"
+ "phpunit/phpunit": "^7.5"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"