PluginProbe
Elementor Website Builder – more than just a page builder / 3.32.0-dev2
Elementor Website Builder – more than just a page builder v3.32.0-dev2
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | vendor/composer/autoload_static.php +2 -22 4.2.13.32.0-dev2 View file →
@@ -3,28 +3,10 @@
3 3 // autoload_static.php @generated by Composer
4 4
5 5 namespace Composer\Autoload;
6 6
7 -class ComposerStaticInita4585160bb2414e68165f239004e0902
7 +class ComposerStaticInit436bafdc6f8e14a5746e69a01025f6d9
8 8 {
9 - public static $files = array (
10 - '9db71c6726821ac61284818089584d23' => __DIR__ . '/..' . '/elementor/wp-one-package/runner.php',
11 - );
12 -
13 - public static $prefixLengthsPsr4 = array (
14 - 'E' =>
15 - array (
16 - 'Elementor\\WPNotificationsPackage\\' => 33,
17 - ),
18 - );
19 -
20 - public static $prefixDirsPsr4 = array (
21 - 'Elementor\\WPNotificationsPackage\\' =>
22 - array (
23 - 0 => __DIR__ . '/..' . '/elementor/wp-notifications-package/src',
24 - ),
25 - );
26 -
27 9 public static $classMap = array (
28 10 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
29 11 'ElementorDeps\\Attribute' => __DIR__ . '/../..' . '/vendor_prefixed/twig/symfony/polyfill-php80/Resources/stubs/Attribute.php',
30 12 'ElementorDeps\\CURLStringFile' => __DIR__ . '/../..' . '/vendor_prefixed/twig/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php',
@@ -229,11 +211,9 @@
229 211
230 212 public static function getInitializer(ClassLoader $loader)
231 213 {
232 214 return \Closure::bind(function () use ($loader) {
233 - $loader->prefixLengthsPsr4 = ComposerStaticInita4585160bb2414e68165f239004e0902::$prefixLengthsPsr4;
234 - $loader->prefixDirsPsr4 = ComposerStaticInita4585160bb2414e68165f239004e0902::$prefixDirsPsr4;
235 - $loader->classMap = ComposerStaticInita4585160bb2414e68165f239004e0902::$classMap;
215 + $loader->classMap = ComposerStaticInit436bafdc6f8e14a5746e69a01025f6d9::$classMap;
236 216
237 217 }, null, ClassLoader::class);
238 218 }
239 219 }