|
class_alias(Declaration::class, Rule::class); |
|
class_alias(Declaration::class, Rule::class); |
Hi, I installed the sabberworm/php-css-parser as required package of dompdf, but after the upgrade from 9.1.0 to 9.2.0 my symfony application does not start, because the Rule class is nowhere declared. Can you please fix it?
Thank you in advance, greetings,
Giulio
PHP-CSS-Parser/src/Rule/Rule.php
Line 14 in dfdf183
PHP-CSS-Parser/src/Rule/Rule.php
Line 14 in dfdf183
Hi, I installed the sabberworm/php-css-parser as required package of dompdf, but after the upgrade from 9.1.0 to 9.2.0 my symfony application does not start, because the Rule class is nowhere declared. Can you please fix it?
Thank you in advance, greetings,
Giulio