Upgrade to sabberworm/php-css-parser 8.4
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 15 Dec 2021 08:09:49 +0000 (09:09 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 15 Dec 2021 08:09:49 +0000 (09:09 +0100)
commit0a3e9386cc6b52e0e0d204ad9158bd189017a3a8
tree4d2228648c0d6c71c63061e2f9d7e2528ca17bd3
parentc99637c41f4dbe700a5e624c2d61bc2a46a2f4c2
Upgrade to sabberworm/php-css-parser 8.4

This comes with native PHP 8.1, avoiding the need to install from our fork.
145 files changed:
wcfsetup/install/files/lib/system/api/composer.json
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/autoload_classmap.php
wcfsetup/install/files/lib/system/api/composer/autoload_namespaces.php
wcfsetup/install/files/lib/system/api/composer/autoload_psr4.php
wcfsetup/install/files/lib/system/api/composer/autoload_static.php
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/system/api/composer/installed.php
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/.gitignore [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/.travis.yml [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/CHANGELOG.md
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/Doxyfile [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/LICENSE [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/README.md
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/composer.json
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/composer.lock [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/CSSList/AtRuleBlockList.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/CSSList/CSSList.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/CSSList/Document.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Comment/Comment.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Comment/Commentable.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/OutputFormat.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parser.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parsing/OutputException.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parsing/ParserState.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parsing/SourceException.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Property/AtRule.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Property/CSSNamespace.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Property/Charset.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Property/Import.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Property/Selector.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Renderable.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Rule/Rule.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/RuleSet/AtRuleSet.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Settings.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/CSSFunction.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/CSSString.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/CalcFunction.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/CalcRuleValueList.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/Color.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/LineName.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/PrimitiveValue.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/RuleValueList.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/Size.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/URL.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/Value.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/ValueList.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/phpunit.xml [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/CSSList/CSSList.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/CSSList/Document.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/CSSList/KeyFrame.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Comment/Comment.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Comment/Commentable.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/OutputFormat.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/OutputFormatter.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Parser.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Parsing/OutputException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Parsing/ParserState.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Parsing/SourceException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Property/AtRule.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Property/CSSNamespace.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Property/Charset.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Property/Import.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Property/KeyframeSelector.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Property/Selector.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Renderable.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Rule/Rule.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/RuleSet/RuleSet.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Settings.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/CSSFunction.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/CSSString.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/CalcFunction.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/Color.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/LineName.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/PrimitiveValue.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/RuleValueList.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/Size.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/URL.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/Value.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/src/Value/ValueList.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/Sabberworm/CSS/CSSList/AtRuleBlockListTest.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/Sabberworm/CSS/CSSList/DocumentTest.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/Sabberworm/CSS/OutputFormatTest.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/Sabberworm/CSS/ParserTest.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/Sabberworm/CSS/RuleSet/DeclarationBlockTest.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/Sabberworm/CSS/RuleSet/LenientParsingTest.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/bootstrap.php [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-calc-no-space-around-minus.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-charset-after-rule.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-charset-in-block.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-empty-grid-linename.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-empty.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-end-token-2.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-end-token.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-fault-tolerance.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/-tobedone.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/1readme.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/2readme.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/atrules.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/calc-nested.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/calc.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/case-insensitivity.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/colortest.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/comments.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/create-shorthands.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/docuwiki.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/empty-grid-linename.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/expand-shorthands.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/functions.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/grid-linename.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/hex-alpha.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/ie-hacks.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/ie.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/important.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/inner-color.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/line-numbers.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/missing-property-value.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/ms-filter.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/namespaces.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/nested.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/slashed.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/specificity.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/trailing-whitespace.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/unicode-range.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/unicode.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/unmatched_braces.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/unopened-close-brackets.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/url.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/values.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/webkit.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/files/whitespace.css [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/phpunit.xml [deleted file]
wcfsetup/install/files/lib/system/api/sabberworm/php-css-parser/tests/quickdump.php [deleted file]