From adc22cdee66306b9392435bf5407cf455b508608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Thu, 23 Mar 2023 11:42:37 +0100 Subject: [PATCH] feat(composer): allow php ^7.2.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9068f1c..c8012f2 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "config": { "platform": { - "php": "8.0.0" + "php": "7.2.5" }, "platform-check": true, "allow-plugins": { @@ -46,6 +46,6 @@ } }, "require-dev": { - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "^8.5" } }