From 1f278a72f50c899a4e8f5453ba441662c73d97c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Feb 2024 09:17:14 +0100 Subject: update to 1.8.2 lower dependency on PHP 7.3 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3138b4c..c4afb7d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", "phpstan/phpdoc-parser": "^1.13", "doctrine/deprecations": "^1.0" @@ -42,7 +42,7 @@ }, "config": { "platform": { - "php": "7.4.0" + "php": "7.3.0" }, "allow-plugins": { "phpstan/extension-installer": true -- cgit