The branch "master" has been updated. The following is a summary of the commits.
from: 9fe27294d8e173da23c2fdcb19b24380b51349fd a53af2f [jan] Update to PHP-CSS-Parser 7.0.2 (Request #14297). Summary: http://github.com/horde/horde/compare/9fe27294d8e173da23c2fdcb19b24380b51349fd...a53af2fd0286a241e7d7f3ce02c656b467436870 ----------------------------------------------------------------------- commit a53af2fd0286a241e7d7f3ce02c656b467436870 Author: Jan Schneider <[email protected]> Date: Tue Mar 29 17:18:16 2016 +0200 [jan] Update to PHP-CSS-Parser 7.0.2 (Request #14297). framework/Css_Parser/bundle/composer.json | 2 +- framework/Css_Parser/bundle/composer.lock | 19 +- framework/Css_Parser/bundle/vendor/composer/ClassLoader.php | 34 ++- framework/Css_Parser/bundle/vendor/composer/LICENSE | 20 ++ framework/Css_Parser/bundle/vendor/composer/autoload_real.php | 5 - framework/Css_Parser/bundle/vendor/composer/installed.json | 12 +- .../bundle/vendor/sabberworm/php-css-parser/.travis.yml | 3 + .../bundle/vendor/sabberworm/php-css-parser/CHANGELOG.md | 29 ++- .../Css_Parser/bundle/vendor/sabberworm/php-css-parser/Doxyfile | 4 +- .../Css_Parser/bundle/vendor/sabberworm/php-css-parser/README.md | 19 +- .../php-css-parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php | 2 +- .../sabberworm/php-css-parser/lib/Sabberworm/CSS/Parser.php | 69 +++-- .../lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php | 3 - .../php-css-parser/lib/Sabberworm/CSS/Value/CSSString.php | 31 ++ .../sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/String.php | 31 -- .../sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/URL.php | 4 +- .../bundle/vendor/sabberworm/php-css-parser/tests/files/ie.css | 2 +- framework/Css_Parser/package.xml | 16 +- 18 files changed, 189 insertions(+), 116 deletions(-) create mode 100644 framework/Css_Parser/bundle/vendor/composer/LICENSE create mode 100644 framework/Css_Parser/bundle/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/CSSString.php delete mode 100644 framework/Css_Parser/bundle/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/String.php http://github.com/horde/horde/commit/a53af2fd0286a241e7d7f3ce02c656b467436870 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
