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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2019-08-17 11:56:21 +0300
committerdartcafe <github@dartcafe.de>2019-08-17 11:56:21 +0300
commit483ffe66c1e79530caae60b75ba8fa98aea715d4 (patch)
tree2673ee0acfd990956aedb6a093278e1f63e31c3f /composer.json
parentd37a6518e9d04ae7007c0132632f28a1691b7d37 (diff)
risinf to php 7.2 in composer
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 4bba2e16..b701e691 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,11 @@
"name": "René Gieling"
}
],
+ "config": {
+ "platform": {
+ "php": "7.2.0"
+ }
+ },
"require-dev": {
"christophwurst/nextcloud": "^16.0",
"phpunit/phpunit": "^8.2",