From 2769e4791a0cba1e6002e16ab8bc74d4b8dda421 Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Sun, 18 Apr 2021 12:06:03 +0300 Subject: [PATCH] php 8 support #222 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30c5509..221f4a3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "ext-gd": "*", "gregwar/captcha": "^1.1.9", "symfony/form": "~4.0|~5.0",