1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: William Desportes <williamdes@wdes.fr>
Date: Thu, 2 Feb 2023 11:46:25 +0100
Subject: Replace sabberworm/php-css-parser by php-horde-css-parser
Because they embed the sources for sabberworm/php-css-parser into php-horde-css-parser
Origin: vendor
Forwarded: not-needed
---
composer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index bf2b153..138cf86 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"require": {
"php": "^7.1 || ^8.0",
"ext-mbstring": "*",
- "sabberworm/php-css-parser": "^8.4"
+ "horde/css-parser": "^1.0.11"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
|