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

github.com/nextcloud/updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 3f7ffa2..293c5da 100644
--- a/composer.json
+++ b/composer.json
@@ -17,7 +17,7 @@
"ext-json": "*"
},
"require-dev": {
- "behat/behat": "~3.10.0"
+ "behat/behat": "~3.11.0"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"