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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2016-01-21 20:35:29 +0300
committerOlivier Paroz <github@oparoz.com>2016-03-18 11:34:02 +0300
commit860331e75ce1e0c52b5792c341ca6f6f954cc3b6 (patch)
tree78329f6629777a1a98323f6bf454bbe24596e0be /composer.json
parentb36bcec84034310072264a469de988b52f2bbad8 (diff)
Run tests on PHP 7.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index d0469e36..d2794ed9 100644
--- a/composer.json
+++ b/composer.json
@@ -27,20 +27,15 @@
"symfony/yaml": "~2.6"
},
"require-dev": {
+ "guzzlehttp/guzzle": "^5.0|^6.0",
+ "phpunit/phpunit": "^4.0|^5.1",
"codeception/codeception": "2.1.*",
"codeception/phpbuiltinserver": "*",
+ "composer-plugin-api": "^1.0",
"codeception/c3": "2.*",
"flow/jsonpath": "^0.3.1",
"phpdocumentor/phpdocumentor": "^2.8",
"jakub-onderka/php-parallel-lint": "0.*",
"jakub-onderka/php-console-highlighter": "0.*"
- },
- "scripts": {
- "post-install-cmd": [
- "Codeception\\c3\\Installer::copyC3ToRoot"
- ],
- "post-update-cmd": [
- "Codeception\\c3\\Installer::copyC3ToRoot"
- ]
}
}