@@ -4,65 +4,65 @@ discard block |
||
4 | 4 | |
5 | 5 | class ComposerAutoloaderInit984ed95bef2b0e3d4eeb0208a88dc67d |
6 | 6 | { |
7 | - private static $loader; |
|
7 | + private static $loader; |
|
8 | 8 | |
9 | - public static function loadClassLoader($class) |
|
10 | - { |
|
11 | - if ('Composer\Autoload\ClassLoader' === $class) { |
|
12 | - require __DIR__ . '/ClassLoader.php'; |
|
13 | - } |
|
14 | - } |
|
9 | + public static function loadClassLoader($class) |
|
10 | + { |
|
11 | + if ('Composer\Autoload\ClassLoader' === $class) { |
|
12 | + require __DIR__ . '/ClassLoader.php'; |
|
13 | + } |
|
14 | + } |
|
15 | 15 | |
16 | - /** |
|
17 | - * @return \Composer\Autoload\ClassLoader |
|
18 | - */ |
|
19 | - public static function getLoader() |
|
20 | - { |
|
21 | - if (null !== self::$loader) { |
|
22 | - return self::$loader; |
|
23 | - } |
|
16 | + /** |
|
17 | + * @return \Composer\Autoload\ClassLoader |
|
18 | + */ |
|
19 | + public static function getLoader() |
|
20 | + { |
|
21 | + if (null !== self::$loader) { |
|
22 | + return self::$loader; |
|
23 | + } |
|
24 | 24 | |
25 | - require __DIR__ . '/platform_check.php'; |
|
25 | + require __DIR__ . '/platform_check.php'; |
|
26 | 26 | |
27 | - spl_autoload_register(array('ComposerAutoloaderInit984ed95bef2b0e3d4eeb0208a88dc67d', 'loadClassLoader'), true, true); |
|
28 | - self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); |
|
29 | - spl_autoload_unregister(array('ComposerAutoloaderInit984ed95bef2b0e3d4eeb0208a88dc67d', 'loadClassLoader')); |
|
27 | + spl_autoload_register(array('ComposerAutoloaderInit984ed95bef2b0e3d4eeb0208a88dc67d', 'loadClassLoader'), true, true); |
|
28 | + self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); |
|
29 | + spl_autoload_unregister(array('ComposerAutoloaderInit984ed95bef2b0e3d4eeb0208a88dc67d', 'loadClassLoader')); |
|
30 | 30 | |
31 | - $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |
|
32 | - if ($useStaticLoader) { |
|
33 | - require __DIR__ . '/autoload_static.php'; |
|
31 | + $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); |
|
32 | + if ($useStaticLoader) { |
|
33 | + require __DIR__ . '/autoload_static.php'; |
|
34 | 34 | |
35 | - call_user_func(\Composer\Autoload\ComposerStaticInit984ed95bef2b0e3d4eeb0208a88dc67d::getInitializer($loader)); |
|
36 | - } else { |
|
37 | - $map = require __DIR__ . '/autoload_namespaces.php'; |
|
38 | - foreach ($map as $namespace => $path) { |
|
39 | - $loader->set($namespace, $path); |
|
40 | - } |
|
35 | + call_user_func(\Composer\Autoload\ComposerStaticInit984ed95bef2b0e3d4eeb0208a88dc67d::getInitializer($loader)); |
|
36 | + } else { |
|
37 | + $map = require __DIR__ . '/autoload_namespaces.php'; |
|
38 | + foreach ($map as $namespace => $path) { |
|
39 | + $loader->set($namespace, $path); |
|
40 | + } |
|
41 | 41 | |
42 | - $map = require __DIR__ . '/autoload_psr4.php'; |
|
43 | - foreach ($map as $namespace => $path) { |
|
44 | - $loader->setPsr4($namespace, $path); |
|
45 | - } |
|
42 | + $map = require __DIR__ . '/autoload_psr4.php'; |
|
43 | + foreach ($map as $namespace => $path) { |
|
44 | + $loader->setPsr4($namespace, $path); |
|
45 | + } |
|
46 | 46 | |
47 | - $classMap = require __DIR__ . '/autoload_classmap.php'; |
|
48 | - if ($classMap) { |
|
49 | - $loader->addClassMap($classMap); |
|
50 | - } |
|
51 | - } |
|
47 | + $classMap = require __DIR__ . '/autoload_classmap.php'; |
|
48 | + if ($classMap) { |
|
49 | + $loader->addClassMap($classMap); |
|
50 | + } |
|
51 | + } |
|
52 | 52 | |
53 | - $loader->register(true); |
|
53 | + $loader->register(true); |
|
54 | 54 | |
55 | - if ($useStaticLoader) { |
|
56 | - $includeFiles = Composer\Autoload\ComposerStaticInit984ed95bef2b0e3d4eeb0208a88dc67d::$files; |
|
57 | - } else { |
|
58 | - $includeFiles = require __DIR__ . '/autoload_files.php'; |
|
59 | - } |
|
60 | - foreach ($includeFiles as $fileIdentifier => $file) { |
|
61 | - composerRequire984ed95bef2b0e3d4eeb0208a88dc67d($fileIdentifier, $file); |
|
62 | - } |
|
55 | + if ($useStaticLoader) { |
|
56 | + $includeFiles = Composer\Autoload\ComposerStaticInit984ed95bef2b0e3d4eeb0208a88dc67d::$files; |
|
57 | + } else { |
|
58 | + $includeFiles = require __DIR__ . '/autoload_files.php'; |
|
59 | + } |
|
60 | + foreach ($includeFiles as $fileIdentifier => $file) { |
|
61 | + composerRequire984ed95bef2b0e3d4eeb0208a88dc67d($fileIdentifier, $file); |
|
62 | + } |
|
63 | 63 | |
64 | - return $loader; |
|
65 | - } |
|
64 | + return $loader; |
|
65 | + } |
|
66 | 66 | } |
67 | 67 | |
68 | 68 | /** |
@@ -72,9 +72,9 @@ discard block |
||
72 | 72 | */ |
73 | 73 | function composerRequire984ed95bef2b0e3d4eeb0208a88dc67d($fileIdentifier, $file) |
74 | 74 | { |
75 | - if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
|
76 | - $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; |
|
75 | + if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { |
|
76 | + $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true; |
|
77 | 77 | |
78 | - require $file; |
|
79 | - } |
|
78 | + require $file; |
|
79 | + } |
|
80 | 80 | } |
@@ -1,70 +1,70 @@ |
||
1 | 1 | <?php return array( |
2 | - 'root' => array( |
|
3 | - 'pretty_version' => 'dev-develop', |
|
4 | - 'version' => 'dev-develop', |
|
5 | - 'type' => 'wordpress-plugin', |
|
6 | - 'install_path' => __DIR__ . '/../../', |
|
7 | - 'aliases' => array(), |
|
8 | - 'reference' => '863c13683df548e907875904b7532d599446ed18', |
|
9 | - 'name' => 'gravityview/gravityview', |
|
10 | - 'dev' => false, |
|
11 | - ), |
|
12 | - 'versions' => array( |
|
13 | - 'gravityview/gravityview' => array( |
|
14 | - 'pretty_version' => 'dev-develop', |
|
15 | - 'version' => 'dev-develop', |
|
16 | - 'type' => 'wordpress-plugin', |
|
17 | - 'install_path' => __DIR__ . '/../../', |
|
18 | - 'aliases' => array(), |
|
19 | - 'reference' => '863c13683df548e907875904b7532d599446ed18', |
|
20 | - 'dev_requirement' => false, |
|
21 | - ), |
|
22 | - 'katzgrau/klogger' => array( |
|
23 | - 'pretty_version' => 'dev-master', |
|
24 | - 'version' => 'dev-master', |
|
25 | - 'type' => 'library', |
|
26 | - 'install_path' => __DIR__ . '/../katzgrau/klogger', |
|
27 | - 'aliases' => array( |
|
28 | - 0 => '9999999-dev', |
|
29 | - ), |
|
30 | - 'reference' => 'de2d3ab6777a393a9879e0496ebb8e0644066e3f', |
|
31 | - 'dev_requirement' => false, |
|
32 | - ), |
|
33 | - 'paragonie/random_compat' => array( |
|
34 | - 'pretty_version' => 'v2.0.20', |
|
35 | - 'version' => '2.0.20.0', |
|
36 | - 'type' => 'library', |
|
37 | - 'install_path' => __DIR__ . '/../paragonie/random_compat', |
|
38 | - 'aliases' => array(), |
|
39 | - 'reference' => '0f1f60250fccffeaf5dda91eea1c018aed1adc2a', |
|
40 | - 'dev_requirement' => false, |
|
41 | - ), |
|
42 | - 'paragonie/sodium_compat' => array( |
|
43 | - 'pretty_version' => 'v1.17.0', |
|
44 | - 'version' => '1.17.0.0', |
|
45 | - 'type' => 'library', |
|
46 | - 'install_path' => __DIR__ . '/../paragonie/sodium_compat', |
|
47 | - 'aliases' => array(), |
|
48 | - 'reference' => 'c59cac21abbcc0df06a3dd18076450ea4797b321', |
|
49 | - 'dev_requirement' => false, |
|
50 | - ), |
|
51 | - 'psr/log' => array( |
|
52 | - 'pretty_version' => '1.1.4', |
|
53 | - 'version' => '1.1.4.0', |
|
54 | - 'type' => 'library', |
|
55 | - 'install_path' => __DIR__ . '/../psr/log', |
|
56 | - 'aliases' => array(), |
|
57 | - 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', |
|
58 | - 'dev_requirement' => false, |
|
59 | - ), |
|
60 | - 'trustedlogin/client' => array( |
|
61 | - 'pretty_version' => 'dev-main', |
|
62 | - 'version' => 'dev-main', |
|
63 | - 'type' => 'library', |
|
64 | - 'install_path' => __DIR__ . '/../trustedlogin/client', |
|
65 | - 'aliases' => array(), |
|
66 | - 'reference' => '8c0be03dac771f157625ee6029e3850a199f6310', |
|
67 | - 'dev_requirement' => false, |
|
68 | - ), |
|
69 | - ), |
|
2 | + 'root' => array( |
|
3 | + 'pretty_version' => 'dev-develop', |
|
4 | + 'version' => 'dev-develop', |
|
5 | + 'type' => 'wordpress-plugin', |
|
6 | + 'install_path' => __DIR__ . '/../../', |
|
7 | + 'aliases' => array(), |
|
8 | + 'reference' => '863c13683df548e907875904b7532d599446ed18', |
|
9 | + 'name' => 'gravityview/gravityview', |
|
10 | + 'dev' => false, |
|
11 | + ), |
|
12 | + 'versions' => array( |
|
13 | + 'gravityview/gravityview' => array( |
|
14 | + 'pretty_version' => 'dev-develop', |
|
15 | + 'version' => 'dev-develop', |
|
16 | + 'type' => 'wordpress-plugin', |
|
17 | + 'install_path' => __DIR__ . '/../../', |
|
18 | + 'aliases' => array(), |
|
19 | + 'reference' => '863c13683df548e907875904b7532d599446ed18', |
|
20 | + 'dev_requirement' => false, |
|
21 | + ), |
|
22 | + 'katzgrau/klogger' => array( |
|
23 | + 'pretty_version' => 'dev-master', |
|
24 | + 'version' => 'dev-master', |
|
25 | + 'type' => 'library', |
|
26 | + 'install_path' => __DIR__ . '/../katzgrau/klogger', |
|
27 | + 'aliases' => array( |
|
28 | + 0 => '9999999-dev', |
|
29 | + ), |
|
30 | + 'reference' => 'de2d3ab6777a393a9879e0496ebb8e0644066e3f', |
|
31 | + 'dev_requirement' => false, |
|
32 | + ), |
|
33 | + 'paragonie/random_compat' => array( |
|
34 | + 'pretty_version' => 'v2.0.20', |
|
35 | + 'version' => '2.0.20.0', |
|
36 | + 'type' => 'library', |
|
37 | + 'install_path' => __DIR__ . '/../paragonie/random_compat', |
|
38 | + 'aliases' => array(), |
|
39 | + 'reference' => '0f1f60250fccffeaf5dda91eea1c018aed1adc2a', |
|
40 | + 'dev_requirement' => false, |
|
41 | + ), |
|
42 | + 'paragonie/sodium_compat' => array( |
|
43 | + 'pretty_version' => 'v1.17.0', |
|
44 | + 'version' => '1.17.0.0', |
|
45 | + 'type' => 'library', |
|
46 | + 'install_path' => __DIR__ . '/../paragonie/sodium_compat', |
|
47 | + 'aliases' => array(), |
|
48 | + 'reference' => 'c59cac21abbcc0df06a3dd18076450ea4797b321', |
|
49 | + 'dev_requirement' => false, |
|
50 | + ), |
|
51 | + 'psr/log' => array( |
|
52 | + 'pretty_version' => '1.1.4', |
|
53 | + 'version' => '1.1.4.0', |
|
54 | + 'type' => 'library', |
|
55 | + 'install_path' => __DIR__ . '/../psr/log', |
|
56 | + 'aliases' => array(), |
|
57 | + 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11', |
|
58 | + 'dev_requirement' => false, |
|
59 | + ), |
|
60 | + 'trustedlogin/client' => array( |
|
61 | + 'pretty_version' => 'dev-main', |
|
62 | + 'version' => 'dev-main', |
|
63 | + 'type' => 'library', |
|
64 | + 'install_path' => __DIR__ . '/../trustedlogin/client', |
|
65 | + 'aliases' => array(), |
|
66 | + 'reference' => '8c0be03dac771f157625ee6029e3850a199f6310', |
|
67 | + 'dev_requirement' => false, |
|
68 | + ), |
|
69 | + ), |
|
70 | 70 | ); |