PluginProbe ʕ •ᴥ•ʔ
WooCommerce Square / 5.4.3
WooCommerce Square v5.4.3
5.4.3 5.4.2 5.4.1 5.4.0 trunk 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.37 1.0.38 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.7.0 2.8.0 2.9.0 2.9.1 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.2.0 3.3.0 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.7.0 3.7.1 3.8.0 3.8.1 3.8.2 3.8.3 3.9.0 4.0.0 4.1.0 4.2.0 4.2.1 4.2.2 4.2.3 4.3.0 4.3.1 4.3.2 4.4.0 4.4.1 4.4.2 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.7.0 4.7.1 4.7.2 4.7.3 4.7.4 4.8.0 4.8.1 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.8.8 4.9.0 4.9.1 4.9.2 4.9.3 4.9.4 4.9.5 4.9.6 4.9.7 4.9.8 4.9.9 5.0.0 5.0.1 5.1.0 5.1.1 5.1.2 5.2.0 5.3.0 5.3.1 5.3.2 5.3.3
woocommerce-square / vendor / composer / autoload_static.php
woocommerce-square / vendor / composer Last commit date
ClassLoader.php 2 years ago InstalledVersions.php 9 months ago LICENSE 7 years ago autoload_classmap.php 2 years ago autoload_namespaces.php 2 years ago autoload_psr4.php 1 year ago autoload_real.php 2 months ago autoload_static.php 2 months ago installed.json 2 months ago installed.php 5 days ago platform_check.php 9 months ago
autoload_static.php
85 lines
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInite85dabac71439e27ac0fb3b2298194c8
8 {
9 public static $prefixLengthsPsr4 = array (
10 'a' =>
11 array (
12 'apimatic\\jsonmapper\\' => 20,
13 ),
14 'U' =>
15 array (
16 'Unirest\\' => 8,
17 ),
18 'S' =>
19 array (
20 'Square\\' => 7,
21 ),
22 'P' =>
23 array (
24 'Psr\\Log\\' => 8,
25 ),
26 'C' =>
27 array (
28 'Core\\' => 5,
29 'CoreInterfaces\\' => 15,
30 ),
31 );
32
33 public static $prefixDirsPsr4 = array (
34 'apimatic\\jsonmapper\\' =>
35 array (
36 0 => __DIR__ . '/..' . '/apimatic/jsonmapper/src',
37 ),
38 'Unirest\\' =>
39 array (
40 0 => __DIR__ . '/..' . '/apimatic/unirest-php/src',
41 ),
42 'Square\\' =>
43 array (
44 0 => __DIR__ . '/..' . '/square/square/src',
45 ),
46 'Psr\\Log\\' =>
47 array (
48 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
49 ),
50 'Core\\' =>
51 array (
52 0 => __DIR__ . '/..' . '/apimatic/core/src',
53 ),
54 'CoreInterfaces\\' =>
55 array (
56 0 => __DIR__ . '/..' . '/apimatic/core-interfaces/src',
57 ),
58 );
59
60 public static $prefixesPsr0 = array (
61 'R' =>
62 array (
63 'Rs\\Json' =>
64 array (
65 0 => __DIR__ . '/..' . '/php-jsonpointer/php-jsonpointer/src',
66 ),
67 ),
68 );
69
70 public static $classMap = array (
71 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
72 );
73
74 public static function getInitializer(ClassLoader $loader)
75 {
76 return \Closure::bind(function () use ($loader) {
77 $loader->prefixLengthsPsr4 = ComposerStaticInite85dabac71439e27ac0fb3b2298194c8::$prefixLengthsPsr4;
78 $loader->prefixDirsPsr4 = ComposerStaticInite85dabac71439e27ac0fb3b2298194c8::$prefixDirsPsr4;
79 $loader->prefixesPsr0 = ComposerStaticInite85dabac71439e27ac0fb3b2298194c8::$prefixesPsr0;
80 $loader->classMap = ComposerStaticInite85dabac71439e27ac0fb3b2298194c8::$classMap;
81
82 }, null, ClassLoader::class);
83 }
84 }
85