From d7d74d0a714f29515da85078cc826ba49d2913b9 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 13 Sep 2020 21:40:05 +0200 Subject: Raise required PHP version to 7.3 5.3 is no longer maintained (for years now). So let's go to the currently oldest supported version --- README.markdown | 2 +- composer.json | 2 +- composer.lock | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 932a6a6..9f6d299 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ Just put `kch42/ste` in your requirements (I suggest using the version `1.*`) an Requirements ------------ -PHP >= 5.3 +PHP >= 7.3 Why should you use it? ---------------------- diff --git a/composer.json b/composer.json index 2343a3a..a83c26c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kch42/ste", "require": { - "php": ">=5.3.0" + "php": ">=7.3.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index f80a2e3..1748efc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d111ba56552bbf0ebff137ddcdda7571", + "content-hash": "d1dbfd19a49449381ca93eec61ba9c20", "packages": [], "packages-dev": [ { @@ -921,7 +921,6 @@ "self-update", "update" ], - "abandoned": true, "time": "2018-03-30T12:52:15+00:00" }, { @@ -4496,7 +4495,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.3.0" + "php": ">=7.3.0" }, "platform-dev": [], "plugin-api-version": "1.1.0" -- cgit v1.2.3-54-g00ecf