Add support for PHP 8

This commit is contained in:
Jonathan Reinink 2021-02-27 08:38:26 -05:00
parent 6ea4d09092
commit 12d3c1b6e9
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
], ],
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^7.3.0", "php": "^7.3|^8.0",
"ext-exif": "*", "ext-exif": "*",
"ext-gd": "*", "ext-gd": "*",
"facade/ignition": "^2.3.6", "facade/ignition": "^2.3.6",

4
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": "21018e859a7515eced00ae38c8b8099b", "content-hash": "652b677c41a19af3e9503e29975e18ba",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -7721,7 +7721,7 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^7.3.0", "php": "^7.3|^8.0",
"ext-exif": "*", "ext-exif": "*",
"ext-gd": "*" "ext-gd": "*"
}, },