From b6282248b541a98e909900afba747c90bdf2d7c9 Mon Sep 17 00:00:00 2001 From: Florent Date: Thu, 4 Aug 2022 17:51:38 +0200 Subject: [PATCH] Allow support PHP 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 89b85fd..1d36771 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "description": "Recaptcha plugin for Sylius.", "license": "MIT", "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "excelwebzone/recaptcha-bundle": "^1.5", "sylius/sylius": "^1.2" },