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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2017-12-18 10:45:01 +0300
committerdependabot[bot] <support@dependabot.com>2017-12-18 10:45:01 +0300
commit8ac655390f71fe39470a8921c2d27f6f748e1c4b (patch)
tree2baeb3d17ef4883e8172ce604093e854d657a162 /composer.json
parent34c339068c816566565f7be22e060c7462a3f207 (diff)
Bump phpunit/phpunit from 5.7.25 to 5.7.26
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 5.7.25 to 5.7.26. - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.7.25...5.7.26)
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 583470b..0d20cec 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
},
"require-dev": {
"christophwurst/nextcloud": "13.0.x-dev",
- "phpunit/phpunit": "^5.7"
+ "phpunit/phpunit": "^5.7.26"
},
"config": {
"optimize-autoloader": true,