mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Composer php minimum version to 8.1 (#14494)
This commit is contained in:
+1
-1
@@ -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": "*",
|
||||
|
||||
Generated
+2
-2
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user