Merge pull request #153 from krsriq/master

Update required PHP version to 7.4
This commit is contained in:
Claudio Dekker 2021-12-06 16:00:17 +01:00 committed by GitHub
commit 839c6a0ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"ext-exif": "*",
"ext-gd": "*",
"fakerphp/faker": "^1.9.1",

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",
"This file is @generated automatically"
],
"content-hash": "669badae23389c95a5f7e1890b965ae9",
"content-hash": "8befbe90de3747237069d2dac4ca5e49",
"packages": [
{
"name": "asm89/stack-cors",
@ -7689,10 +7689,10 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"ext-exif": "*",
"ext-gd": "*"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.1.0"
}