diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-13 21:40:05 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-13 21:40:05 +0200 |
commit | d7d74d0a714f29515da85078cc826ba49d2913b9 (patch) | |
tree | 3094de955a8b154ee66e33a547f0678cfae45797 /composer.lock | |
parent | 4e2bfed23c17929795f2082d6e77937170caeaa9 (diff) | |
download | ste-d7d74d0a714f29515da85078cc826ba49d2913b9.tar.gz ste-d7d74d0a714f29515da85078cc826ba49d2913b9.tar.bz2 ste-d7d74d0a714f29515da85078cc826ba49d2913b9.zip |
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
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 5 |
1 files changed, 2 insertions, 3 deletions
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" |