From c5310df0e22c758c85ea5288175fc6cd777bc085 Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Thu, 22 Sep 2022 09:43:41 -0400 Subject: [PATCH] Add max version for php-font-lib/php-svg-lib --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a519b953f..268a81e7b 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,8 @@ "ext-dom": "*", "ext-mbstring": "*", "masterminds/html5": "^2.0", - "phenx/php-font-lib": ">=0.5.4", - "phenx/php-svg-lib": ">=0.3.3" + "phenx/php-font-lib": ">=0.5.4 <1.0.0", + "phenx/php-svg-lib": ">=0.3.3 <1.0.0" }, "require-dev": { "ext-json": "*",