From 3e90f379364e38d56ccdbaebf8a256198b8a6d09 Mon Sep 17 00:00:00 2001 From: "Gabriel R. Barbosa" Date: Thu, 28 Aug 2025 15:19:41 -0300 Subject: [PATCH] feat: Add PHP 8.5 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a1c49a3..3f21b32d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ ], "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", "require": { - "php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "ext-iconv": "*", "thecodingmachine/safe": "^1.3 || ^2.5 || ^3.3" },