1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-18 06:58:08 +02:00

MDL-70300 core_lib: Update thirdpartylibs php-css-parser

This commit is contained in:
Mathew May 2021-01-08 14:33:49 +08:00
parent f2cc1a8a34
commit ca64b0af46
2 changed files with 6 additions and 9 deletions

@ -1,12 +1,9 @@
PHP CSS Parser
--------------
Downloaded from: https://github.com/sabberworm/PHP-CSS-Parser/releases/tag/8.3.0
Import procedure:
- Copy all the files from the folder 'lib/Sabberworm/CSS/' in this directory.
- Apply the patch in Sabberworm/PHP-CSS-Parser#115
- Apply the patch in sabberworm/PHP-CSS-Parser/issues/173 (if this has not already been resolved upstream).
1. Download the latest release from https://github.com/sabberworm/PHP-CSS-Parser/releases
2. Copy all the files from the folder 'lib/Sabberworm/CSS/' in this directory.
3. Apply the following patches from the following pull requests if they have not yet been merged upstream:
a. https://github.com/sabberworm/PHP-CSS-Parser/pull/115
b. https://github.com/sabberworm/PHP-CSS-Parser/pull/173

@ -217,7 +217,7 @@
<location>php-css-parser</location>
<name>PHP-CSS-Parser</name>
<license>MIT</license>
<version>8.3.0</version>
<version>8.3.1</version>
</library>
<library>
<location>rtlcss</location>