1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit018d6f4c8fbd800ed0b49882a60994aa { public static $prefixLengthsPsr4 = array ( 'W' => array ( 'WooCommerce\\MecomPaypal\\ApiClient\\' => 34, 'Wikimedia\\Composer\\Merge\\V2\\' => 28, ), 'P' => array ( 'Psr\\Container\\' => 14, ), 'I' => array ( 'Interop\\Container\\' => 18, ), 'D' => array ( 'Dhii\\Versions\\' => 14, 'Dhii\\Validation\\' => 16, 'Dhii\\Package\\' => 13, 'Dhii\\Modular\\Module\\' => 20, 'Dhii\\Container\\' => 15, 'Dhii\\Collection\\' => 16, ), );
public static $prefixDirsPsr4 = array ( 'WooCommerce\\MecomPaypal\\ApiClient\\' => array ( 0 => __DIR__ . '/../..' . '/modules/ppcp-api-client/src', ), 'Wikimedia\\Composer\\Merge\\V2\\' => array ( 0 => __DIR__ . '/..' . '/wikimedia/composer-merge-plugin/src', ), 'Psr\\Container\\' => array ( 0 => __DIR__ . '/..' . '/psr/container/src', ), 'Interop\\Container\\' => array ( 0 => __DIR__ . '/..' . '/container-interop/service-provider/src', ), 'Dhii\\Versions\\' => array ( 0 => __DIR__ . '/..' . '/dhii/versions/src', ), 'Dhii\\Validation\\' => array ( 0 => __DIR__ . '/..' . '/dhii/validation-interface/src', ), 'Dhii\\Package\\' => array ( 0 => __DIR__ . '/..' . '/dhii/package-interface/src', ), 'Dhii\\Modular\\Module\\' => array ( 0 => __DIR__ . '/..' . '/dhii/module-interface/src', ), 'Dhii\\Container\\' => array ( 0 => __DIR__ . '/..' . '/dhii/containers/src', ), 'Dhii\\Collection\\' => array ( 0 => __DIR__ . '/..' . '/dhii/collections-interface/src', ), );
public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { $loader->prefixLengthsPsr4 = ComposerStaticInit018d6f4c8fbd800ed0b49882a60994aa::$prefixLengthsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit018d6f4c8fbd800ed0b49882a60994aa::$prefixDirsPsr4;
}, null, ClassLoader::class); } }
|