From b8d3f0016bbddb4a14ee3874ef0a46fdf2185054 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Thu, 4 Jul 2024 12:05:27 +0300 Subject: [PATCH] Add PHP 8 support Signed-off-by: Timo Sand --- composer.json | 2 +- composer.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 623485c..6811ced 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4", + "php": "^7.4 || ^8.0", "guzzlehttp/guzzle": "^7.3", "jms/serializer": "^3.17" } diff --git a/composer.lock b/composer.lock index 0b7aa4e..80c0d9c 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": "dd6592ddb808fe7faade0853bfd1b8a8", + "content-hash": "79971d523a54a475c709c3ba345d5e90", "packages": [ { "name": "doctrine/annotations", @@ -1079,8 +1079,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4" + "php": "^7.4 || ^8.0" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }