PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.90
WindPress – Tailwind CSS integration for WordPress v3.2.90
3.2.90 3.2.89 3.2.88 3.2.87 3.2.86 3.2.85 3.2.84 3.2.83 3.2.82 3.2.81 trunk 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.2 3.0.3 3.0.4 3.0.5 All 144 releases
← All changes | vendor/composer/autoload_static.php +9 -1 3.2.883.2.90 View file →
@@ -155,9 +155,8 @@
155 155 'WindPressDeps\\Masterminds\\HTML5\\Parser\\StringInputStream' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Parser/StringInputStream.php',
156 156 'WindPressDeps\\Masterminds\\HTML5\\Parser\\Tokenizer' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Parser/Tokenizer.php',
157 157 'WindPressDeps\\Masterminds\\HTML5\\Parser\\TreeBuildingRules' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php',
158 158 'WindPressDeps\\Masterminds\\HTML5\\Parser\\UTF8Utils' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Parser/UTF8Utils.php',
159 - 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\HTML5Entities' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php',
160 159 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\OutputRules' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/OutputRules.php',
161 160 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\RulesInterface' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/RulesInterface.php',
162 161 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\Traverser' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/Traverser.php',
163 162 'WindPressDeps\\Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php',
@@ -264,8 +263,9 @@
264 263 'WindPressDeps\\Symfony\\Component\\Yaml\\Exception\\ParseException' => __DIR__ . '/..' . '/symfony/yaml/Exception/ParseException.php',
265 264 'WindPressDeps\\Symfony\\Component\\Yaml\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/yaml/Exception/RuntimeException.php',
266 265 'WindPressDeps\\Symfony\\Component\\Yaml\\Inline' => __DIR__ . '/..' . '/symfony/yaml/Inline.php',
267 266 'WindPressDeps\\Symfony\\Component\\Yaml\\Parser' => __DIR__ . '/..' . '/symfony/yaml/Parser.php',
267 + 'WindPressDeps\\Symfony\\Component\\Yaml\\ParserState' => __DIR__ . '/..' . '/symfony/yaml/ParserState.php',
268 268 'WindPressDeps\\Symfony\\Component\\Yaml\\Tag\\TaggedValue' => __DIR__ . '/..' . '/symfony/yaml/Tag/TaggedValue.php',
269 269 'WindPressDeps\\Symfony\\Component\\Yaml\\Unescaper' => __DIR__ . '/..' . '/symfony/yaml/Unescaper.php',
270 270 'WindPressDeps\\Symfony\\Component\\Yaml\\Yaml' => __DIR__ . '/..' . '/symfony/yaml/Yaml.php',
271 271 'WindPressDeps\\Symfony\\Contracts\\Service\\Attribute\\Required' => __DIR__ . '/..' . '/symfony/service-contracts/Attribute/Required.php',
@@ -309,8 +309,16 @@
309 309 'WindPress\\WindPress\\Api\\ApiInterface' => __DIR__ . '/../..' . '/src/Api/ApiInterface.php',
310 310 'WindPress\\WindPress\\Api\\Router' => __DIR__ . '/../..' . '/src/Api/Router.php',
311 311 'WindPress\\WindPress\\Core\\Cache' => __DIR__ . '/../..' . '/src/Core/Cache.php',
312 312 'WindPress\\WindPress\\Core\\Runtime' => __DIR__ . '/../..' . '/src/Core/Runtime.php',
313 + 'WindPress\\WindPress\\Core\\Scanner\\BuildState' => __DIR__ . '/../..' . '/src/Core/Scanner/BuildState.php',
314 + 'WindPress\\WindPress\\Core\\Scanner\\ExtractionCache' => __DIR__ . '/../..' . '/src/Core/Scanner/ExtractionCache.php',
315 + 'WindPress\\WindPress\\Core\\Scanner\\FileScanner' => __DIR__ . '/../..' . '/src/Core/Scanner/FileScanner.php',
316 + 'WindPress\\WindPress\\Core\\Scanner\\PostQuery' => __DIR__ . '/../..' . '/src/Core/Scanner/PostQuery.php',
317 + 'WindPress\\WindPress\\Core\\Scanner\\PostRenderer' => __DIR__ . '/../..' . '/src/Core/Scanner/PostRenderer.php',
318 + 'WindPress\\WindPress\\Core\\Scanner\\ScanLock' => __DIR__ . '/../..' . '/src/Core/Scanner/ScanLock.php',
319 + 'WindPress\\WindPress\\Core\\Scanner\\SourceIndex' => __DIR__ . '/../..' . '/src/Core/Scanner/SourceIndex.php',
320 + 'WindPress\\WindPress\\Core\\Scanner\\SourceRevision' => __DIR__ . '/../..' . '/src/Core/Scanner/SourceRevision.php',
313 321 'WindPress\\WindPress\\Core\\Volume' => __DIR__ . '/../..' . '/src/Core/Volume.php',
314 322 'WindPress\\WindPress\\Integration\\Elementor\\Compile' => __DIR__ . '/../..' . '/src/Integration/Elementor/Compile.php',
315 323 'WindPress\\WindPress\\Integration\\Elementor\\Main' => __DIR__ . '/../..' . '/src/Integration/Elementor/Main.php',
316 324 'WindPress\\WindPress\\Integration\\GreenShift\\Compile' => __DIR__ . '/../..' . '/src/Integration/GreenShift/Compile.php',