From 9b61257346e8548e7d0c1404aa80d8434697023e Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 12 Jan 2022 13:28:14 +0100 Subject: [PATCH] Allow all future PHP versions --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c9eac9c..6ffaf63 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "symfony-bundle", "license": "AGPL-3.0-or-later", "require": { - "php": "^7.3 || ^8.0", + "php": ">=7.3", "ext-json": "*", "ext-gmp": "*", "ext-curl": "*", diff --git a/composer.lock b/composer.lock index 03e71ba..88c3662 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": "a6d89ab07fc8903971c42d344fd8c328", + "content-hash": "692dce14c7b7c006be35d29ec8cee56e", "packages": [ { "name": "api-platform/core", @@ -10251,7 +10251,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ^8.0", + "php": ">=7.3", "ext-json": "*", "ext-gmp": "*", "ext-curl": "*" -- GitLab