Files
moodle/lib/php-css-parser/readme_moodle.txt
Andrew Nicols 471b14c866 MDL-81660 core: Applied PHP CSS Parser patches
One of the patches has been merged, but the other is still outstanding.
2025-03-14 06:09:40 +08:00

18 lines
406 B
Plaintext

PHP CSS Parser
--------------
Import procedure:
```
tempdir=`mktemp -d`
cd $tempdir
composer require sabberworm/php-css-parser
cd -
cp lib/php-css-parser/readme_moodle* $tempdir
rm -rf lib/php-css-parser
cp -rf $tempdir/vendor/sabberworm/php-css-parser lib/php-css-parser
cp -rf $tempdir/readme* lib/php-css-parser
```
Apply the following patches:
- https://github.com/sabberworm/PHP-CSS-Parser/pull/173