From 86a4e5bbba5f1b5bee307f8275ce9d65368549b2 Mon Sep 17 00:00:00 2001 From: Arne <1255879+arneee@users.noreply.github.com> Date: Sat, 22 May 2021 12:08:04 +0200 Subject: [PATCH] Support PHP8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ef76d6..cd209f6 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "symfony-bundle", "license": "MIT", "require": { - "php": "^7.1", + "php": ">=7.1", "ibericode/vat": "^2.0", "symfony/framework-bundle": "^4.0|^5.0", "symfony/validator": "^4.2|^5.0"