From c620af48630ae44ebf2ecd0d5eb4447686c22d90 Mon Sep 17 00:00:00 2001 From: Daniel Schmelz Date: Sun, 18 Jul 2021 10:34:30 +0200 Subject: [PATCH] Update php version --- composer.json | 2 +- composer.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6e2ee87..06fd020 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 7cf4dcc..a45e52f 100644 --- a/composer.lock +++ b/composer.lock @@ -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" }