From 0155f2fc3f6c42b2297e1c16b1f4eb566e8c44cc Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 22 Oct 2022 03:21:17 -0500 Subject: [PATCH] Composer php minimum version to 8.1 (#14494) --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e51791ee04..f4edf7b42e 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "homepage": "https://www.librenms.org/", "license": "GPL-3.0-or-later", "require": { - "php": "^7.3 || ^8.0", + "php": "^8.1", "ext-curl": "*", "ext-gd": "*", "ext-json": "*", diff --git a/composer.lock b/composer.lock index d1ba95ca9c..d8cece8b0c 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": "807216c31606cc7c4fbc5f0a3d05bc94", + "content-hash": "7672f263bf9a96c1e77aa8148379ed8e", "packages": [ { "name": "amenadiel/jpgraph", @@ -12438,7 +12438,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0", + "php": "^8.1", "ext-curl": "*", "ext-gd": "*", "ext-json": "*",