Set minimum PHP version to 8.1

This commit is contained in:
Marcus Moore 2023-11-09 14:41:13 -08:00
parent da30292d84
commit 042a15d294
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@
} }
], ],
"require": { "require": {
"php": "8.0 - 8.2", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-json": "*", "ext-json": "*",

6
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6a7666957fcf514f54340bf80ad18726", "content-hash": "6f3c589a1c2a3a3dc24535abba26e1a6",
"packages": [ "packages": [
{ {
"name": "alek13/slack", "name": "alek13/slack",
@ -15699,7 +15699,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "8.0 - 8.2", "php": "^8.1",
"ext-curl": "*", "ext-curl": "*",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-json": "*", "ext-json": "*",
@ -15707,5 +15707,5 @@
"ext-pdo": "*" "ext-pdo": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }