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 +14 -5 3.2.853.2.90 View file →
@@ -3,9 +3,9 @@
3 3 // autoload_static.php @generated by Composer
4 4
5 5 namespace Composer\Autoload;
6 6
7 -class ComposerStaticInit25f6f0801f3d14eab8599349ada6fb65
7 +class ComposerStaticInitd0c8754db623c776b87ea01aab90ad11
8 8 {
9 9 public static $files = array (
10 10 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
11 11 '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
@@ -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',
@@ -327,8 +335,9 @@
327 335 'WindPress\\WindPress\\Integration\\LiveCanvas\\Main' => __DIR__ . '/../..' . '/src/Integration/LiveCanvas/Main.php',
328 336 'WindPress\\WindPress\\Integration\\Loader' => __DIR__ . '/../..' . '/src/Integration/Loader.php',
329 337 'WindPress\\WindPress\\Integration\\Timber\\Compile' => __DIR__ . '/../..' . '/src/Integration/Timber/Compile.php',
330 338 'WindPress\\WindPress\\Integration\\Timber\\Main' => __DIR__ . '/../..' . '/src/Integration/Timber/Main.php',
339 + 'WindPress\\WindPress\\Licensing\\Manager' => __DIR__ . '/../..' . '/src/Licensing/Manager.php',
331 340 'WindPress\\WindPress\\Plugin' => __DIR__ . '/../..' . '/src/Plugin.php',
332 341 'WindPress\\WindPress\\Upgrade\\UpgradeManager' => __DIR__ . '/../..' . '/src/Upgrade/UpgradeManager.php',
333 342 'WindPress\\WindPress\\Utils\\Cache' => __DIR__ . '/../..' . '/src/Utils/Cache.php',
334 343 'WindPress\\WindPress\\Utils\\Common' => __DIR__ . '/../..' . '/src/Utils/Common.php',
@@ -341,11 +350,11 @@
341 350
342 351 public static function getInitializer(ClassLoader $loader)
343 352 {
344 353 return \Closure::bind(function () use ($loader) {
345 - $loader->prefixLengthsPsr4 = ComposerStaticInit25f6f0801f3d14eab8599349ada6fb65::$prefixLengthsPsr4;
346 - $loader->prefixDirsPsr4 = ComposerStaticInit25f6f0801f3d14eab8599349ada6fb65::$prefixDirsPsr4;
347 - $loader->classMap = ComposerStaticInit25f6f0801f3d14eab8599349ada6fb65::$classMap;
354 + $loader->prefixLengthsPsr4 = ComposerStaticInitd0c8754db623c776b87ea01aab90ad11::$prefixLengthsPsr4;
355 + $loader->prefixDirsPsr4 = ComposerStaticInitd0c8754db623c776b87ea01aab90ad11::$prefixDirsPsr4;
356 + $loader->classMap = ComposerStaticInitd0c8754db623c776b87ea01aab90ad11::$classMap;
348 357
349 358 }, null, ClassLoader::class);
350 359 }
351 360 }