Restrict PHP to >=7.4.3 <8.2

This commit is contained in:
Marcus Moore 2023-05-02 12:01:09 -07:00
parent 63af17da74
commit 48ef8443f5
No known key found for this signature in database
2 changed files with 11 additions and 4 deletions

View file

@ -17,7 +17,7 @@
} }
], ],
"require": { "require": {
"php": ">=7.4 <8.3", "php": ">=7.4.3 <8.2",
"ext-curl": "*", "ext-curl": "*",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-json": "*", "ext-json": "*",

13
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": "590171872e4a6a29c78efde99fbbf00e", "content-hash": "c0444af6de1d16a70c7e5520db745170",
"packages": [ "packages": [
{ {
"name": "alek13/slack", "name": "alek13/slack",
@ -2673,6 +2673,7 @@
"type": "github" "type": "github"
} }
], ],
"abandoned": true,
"time": "2022-02-23T14:25:13+00:00" "time": "2022-02-23T14:25:13+00:00"
}, },
{ {
@ -3803,6 +3804,7 @@
"issues": "https://github.com/LaravelCollective/html/issues", "issues": "https://github.com/LaravelCollective/html/issues",
"source": "https://github.com/LaravelCollective/html" "source": "https://github.com/LaravelCollective/html"
}, },
"abandoned": "spatie/laravel-html",
"time": "2022-02-08T21:02:54+00:00" "time": "2022-02-08T21:02:54+00:00"
}, },
{ {
@ -5007,6 +5009,10 @@
"source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.1" "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.1"
}, },
"funding": [ "funding": [
{
"url": "https://github.com/maennchen",
"type": "github"
},
{ {
"url": "https://opencollective.com/zipstream", "url": "https://opencollective.com/zipstream",
"type": "open_collective" "type": "open_collective"
@ -13984,6 +13990,7 @@
"type": "github" "type": "github"
} }
], ],
"abandoned": true,
"time": "2020-12-07T05:51:20+00:00" "time": "2020-12-07T05:51:20+00:00"
}, },
{ {
@ -16410,7 +16417,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.4 <8.3", "php": ">=7.4.3 <8.2",
"ext-curl": "*", "ext-curl": "*",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-json": "*", "ext-json": "*",
@ -16418,5 +16425,5 @@
"ext-pdo": "*" "ext-pdo": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0" "plugin-api-version": "2.3.0"
} }