From f013170eed83eaababf847eda949d0aad2ea6a00 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 13 Mar 2019 20:13:09 +0545 Subject: [PATCH] Adjust composer files and app core min-version for 'drop PHP 5.6' --- appinfo/info.xml | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 54e9ebbda1e..b0054b10791 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ The First run wizard can be customized to meet specific design goals, or to chan AGPL Frank Karlitschek, Jan-Christoph Borchardt - + 1.1.1 FirstRunWizard diff --git a/composer.json b/composer.json index 9678de65179..50eaed3cff3 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "owncloud/firstrunwizard", "config" : { "platform": { - "php": "5.6.37" + "php": "7.0.8" } }, "require": { diff --git a/composer.lock b/composer.lock index dc217edd211..b9e1160017c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "41ca90ec5e3e06e691ff177b6852cee7", + "content-hash": "0b53c9e5d38ed856b8838d76abdbe034", "packages": [], "packages-dev": [ { @@ -55,6 +55,6 @@ "platform": [], "platform-dev": [], "platform-overrides": { - "php": "5.6.37" + "php": "7.0.8" } }