From 2c1de9c8b13fffc9d15441abbc424357c4958c75 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Mon, 10 Jan 2022 11:30:18 +0100
Subject: [PATCH] Don't limit the php version requirement

It's likely it will work with newer versions. This makes it easier to test it.
---
 composer.json | 2 +-
 composer.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index b937b36..82173ad 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
     "type": "project",
     "license": "AGPL-3.0-or-later",
     "require": {
-        "php": "^7.3 || ^8.0",
+        "php": ">=7.3",
         "dbp/relay-auth-bundle": "^0.1.4",
         "dbp/relay-core-bundle": "^0.1.22",
         "symfony/apache-pack": "^1.0",
diff --git a/composer.lock b/composer.lock
index 7a22229..f239ce9 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": "046932bcdac15f8409c1e4384915aec7",
+    "content-hash": "5bdaae39ea6cb6c29ec4b96a0a9d0e1d",
     "packages": [
         {
             "name": "api-platform/core",
@@ -9061,7 +9061,7 @@
     "prefer-stable": false,
     "prefer-lowest": false,
     "platform": {
-        "php": "^7.3 || ^8.0"
+        "php": ">=7.3"
     },
     "platform-dev": [],
     "platform-overrides": {
-- 
GitLab