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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobia De Koninck <tobia@ledfan.be>2017-10-03 15:53:33 +0300
committerTobia De Koninck <tobia@ledfan.be>2018-02-10 12:35:47 +0300
commite8136e41f92660d8ac4c6ecfecfb5373371f5fe6 (patch)
tree2f6c96a7dd4a1bfc90f216147b6e841320645017 /composer.json
parentdf86a4c2bacee7012ed64bffcaadec6102918d5f (diff)
Update tests
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
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 05258f5..8a205c6 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"sabre/uri": "~1.0"
},
"require-dev": {
- "phpunit/phpunit": "*.*",
+ "phpunit/phpunit": "^6.5|^5.7",
"friendsofphp/php-cs-fixer": "^2.4|^2.10"
}
}