PluginProbe
Patchstack – WordPress & Plugins Security / 2.2.1
Patchstack – WordPress & Plugins Security v2.2.1
2.3.7 trunk 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.16 2.1.17 2.1.18 2.1.19 2.1.2 2.1.20 2.1.21 2.1.22 2.1.23 2.1.24 2.1.25 2.1.3 2.1.4 2.1.5 2.1.6 All 49 releases
patchstack / lib / geoip2-php / composer / autoload_static.php

autoload_static.php in Patchstack – WordPress & Plugins Security 2.2.1, at lib/geoip2-php/composer/autoload_static.php

58 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInitba36d6731c1fe5bacbffff76efd81115
8 {
9 public static $prefixLengthsPsr4 = array (
10 'M' =>
11 array (
12 'MaxMind\\WebService\\' => 19,
13 'MaxMind\\Exception\\' => 18,
14 'MaxMind\\Db\\' => 11,
15 ),
16 'G' =>
17 array (
18 'GeoIp2\\' => 7,
19 ),
20 'C' =>
21 array (
22 'Composer\\CaBundle\\' => 18,
23 ),
24 );
25
26 public static $prefixDirsPsr4 = array (
27 'MaxMind\\WebService\\' =>
28 array (
29 0 => __DIR__ . '/..' . '/maxmind/web-service-common/src/WebService',
30 ),
31 'MaxMind\\Exception\\' =>
32 array (
33 0 => __DIR__ . '/..' . '/maxmind/web-service-common/src/Exception',
34 ),
35 'MaxMind\\Db\\' =>
36 array (
37 0 => __DIR__ . '/..' . '/maxmind-db/reader/src/MaxMind/Db',
38 ),
39 'GeoIp2\\' =>
40 array (
41 0 => __DIR__ . '/..' . '/geoip2/geoip2/src',
42 ),
43 'Composer\\CaBundle\\' =>
44 array (
45 0 => __DIR__ . '/..' . '/composer/ca-bundle/src',
46 ),
47 );
48
49 public static function getInitializer(ClassLoader $loader)
50 {
51 return \Closure::bind(function () use ($loader) {
52 $loader->prefixLengthsPsr4 = ComposerStaticInitba36d6731c1fe5bacbffff76efd81115::$prefixLengthsPsr4;
53 $loader->prefixDirsPsr4 = ComposerStaticInitba36d6731c1fe5bacbffff76efd81115::$prefixDirsPsr4;
54
55 }, null, ClassLoader::class);
56 }
57 }
58