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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-03-20 17:52:04 +0300
committerGitHub <noreply@github.com>2019-03-20 17:52:04 +0300
commit9ce43da282a755da66513714f12f5ebd9038820f (patch)
tree8799fc354fee5bc381d6f799334890e0bff84a0c /composer.json
parent64304962ab092a46ca4458966d5e0cd3a82b0650 (diff)
parentcafe88f2e3b55727d80521fede64e60186b7b798 (diff)
Merge pull request #70 from nextcloud/enh/set-composer-platform
Set proper platform in composer so the deps are compatible
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 23d376c..fdccf8f 100644
--- a/composer.json
+++ b/composer.json
@@ -14,5 +14,10 @@
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;"
+ },
+ "config": {
+ "platform": {
+ "php": "7.1.8"
+ }
}
}