From a52ba0eb027555d7c3a31dae106d1b172d9e931e Mon Sep 17 00:00:00 2001 From: Marcel Strahl Date: Sat, 27 Feb 2021 23:58:39 +0100 Subject: [PATCH] add php support --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c8164c3..cf24dca 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "illuminate/contracts": "^6.0|^7.0|^8.0", "jms/serializer": "^3.4", "doctrine/cache": "^1.10", - "php": "^7.3" + "php": "^7.3|^7.4|^8.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 8eb4442..73e3cd7 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": "811741bf65754d502202c57a0a50e65a", + "content-hash": "11f1aacfdec9192a286a4058051295bb", "packages": [ { "name": "brick/math", @@ -8307,7 +8307,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^7.3" + "php": "^7.3|^7.4|^8.0" }, "platform-dev": [], "plugin-api-version": "2.0.0"