From ce75c409c3390070233363f5dfe80c80f6334692 Mon Sep 17 00:00:00 2001 From: Kim Pepper Date: Tue, 22 Jun 2021 15:30:58 +1000 Subject: [PATCH] php8 (#5) * Allow use of PHP8 * Update version constraint Co-authored-by: dpi --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 746df5b..795a6de 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2||^8.0", "ext-json": "*", "symfony/property-access": "^3.4||^4.4||^5.0", "symfony/serializer": "^3.4||^4.4||^5.0"