Skip to content

Commit 8b3658f

Browse files
committed
Update composer.phar tot 1.10.23
1 parent 7878bf4 commit 8b3658f

File tree

7 files changed

+1578
-27
lines changed

7 files changed

+1578
-27
lines changed

composer.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.phar

-17.9 KB
Binary file not shown.

vendor/composer/autoload_namespaces.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
$baseDir = dirname($vendorDir);
77

88
return array(
9+
'SensioLabs\\AnsiConverter' => array($vendorDir . '/sensiolabs/ansi-to-html'),
910
);

vendor/composer/autoload_psr4.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,24 @@
66
$baseDir = dirname($vendorDir);
77

88
return array(
9+
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
10+
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
11+
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
12+
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
13+
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
14+
'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
15+
'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
16+
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
17+
'Seld\\PharUtils\\' => array($vendorDir . '/seld/phar-utils/src'),
18+
'Seld\\JsonLint\\' => array($vendorDir . '/seld/jsonlint/src/Seld/JsonLint'),
19+
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
20+
'Phpbb\\Epv\\' => array($vendorDir . '/phpbb/epv/src'),
21+
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
22+
'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
23+
'Gitonomy\\Git\\' => array($vendorDir . '/gitonomy/gitlib/src/Gitonomy/Git'),
24+
'Composer\\XdebugHandler\\' => array($vendorDir . '/composer/xdebug-handler/src'),
25+
'Composer\\Spdx\\' => array($vendorDir . '/composer/spdx-licenses/src'),
26+
'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'),
27+
'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
28+
'Composer\\' => array($vendorDir . '/composer/composer/src/Composer'),
929
);

vendor/composer/autoload_real.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,24 @@ public static function getLoader()
5050

5151
$loader->register(true);
5252

53+
if ($useStaticLoader) {
54+
$includeFiles = Composer\Autoload\ComposerStaticInite29ac243941deb1509821f7b4d6204ed::$files;
55+
} else {
56+
$includeFiles = require __DIR__ . '/autoload_files.php';
57+
}
58+
foreach ($includeFiles as $fileIdentifier => $file) {
59+
composerRequiree29ac243941deb1509821f7b4d6204ed($fileIdentifier, $file);
60+
}
61+
5362
return $loader;
5463
}
5564
}
65+
66+
function composerRequiree29ac243941deb1509821f7b4d6204ed($fileIdentifier, $file)
67+
{
68+
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
69+
require $file;
70+
71+
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
72+
}
73+
}

vendor/composer/autoload_static.php

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,152 @@
66

77
class ComposerStaticInite29ac243941deb1509821f7b4d6204ed
88
{
9+
public static $files = array (
10+
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11+
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
12+
);
13+
14+
public static $prefixLengthsPsr4 = array (
15+
'S' =>
16+
array (
17+
'Symfony\\Polyfill\\Mbstring\\' => 26,
18+
'Symfony\\Polyfill\\Ctype\\' => 23,
19+
'Symfony\\Component\\Yaml\\' => 23,
20+
'Symfony\\Component\\Process\\' => 26,
21+
'Symfony\\Component\\Finder\\' => 25,
22+
'Symfony\\Component\\Filesystem\\' => 29,
23+
'Symfony\\Component\\Debug\\' => 24,
24+
'Symfony\\Component\\Console\\' => 26,
25+
'Seld\\PharUtils\\' => 15,
26+
'Seld\\JsonLint\\' => 14,
27+
),
28+
'P' =>
29+
array (
30+
'Psr\\Log\\' => 8,
31+
'Phpbb\\Epv\\' => 10,
32+
'PhpParser\\' => 10,
33+
),
34+
'J' =>
35+
array (
36+
'JsonSchema\\' => 11,
37+
),
38+
'G' =>
39+
array (
40+
'Gitonomy\\Git\\' => 13,
41+
),
42+
'C' =>
43+
array (
44+
'Composer\\XdebugHandler\\' => 23,
45+
'Composer\\Spdx\\' => 14,
46+
'Composer\\Semver\\' => 16,
47+
'Composer\\CaBundle\\' => 18,
48+
'Composer\\' => 9,
49+
),
50+
);
51+
52+
public static $prefixDirsPsr4 = array (
53+
'Symfony\\Polyfill\\Mbstring\\' =>
54+
array (
55+
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
56+
),
57+
'Symfony\\Polyfill\\Ctype\\' =>
58+
array (
59+
0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
60+
),
61+
'Symfony\\Component\\Yaml\\' =>
62+
array (
63+
0 => __DIR__ . '/..' . '/symfony/yaml',
64+
),
65+
'Symfony\\Component\\Process\\' =>
66+
array (
67+
0 => __DIR__ . '/..' . '/symfony/process',
68+
),
69+
'Symfony\\Component\\Finder\\' =>
70+
array (
71+
0 => __DIR__ . '/..' . '/symfony/finder',
72+
),
73+
'Symfony\\Component\\Filesystem\\' =>
74+
array (
75+
0 => __DIR__ . '/..' . '/symfony/filesystem',
76+
),
77+
'Symfony\\Component\\Debug\\' =>
78+
array (
79+
0 => __DIR__ . '/..' . '/symfony/debug',
80+
),
81+
'Symfony\\Component\\Console\\' =>
82+
array (
83+
0 => __DIR__ . '/..' . '/symfony/console',
84+
),
85+
'Seld\\PharUtils\\' =>
86+
array (
87+
0 => __DIR__ . '/..' . '/seld/phar-utils/src',
88+
),
89+
'Seld\\JsonLint\\' =>
90+
array (
91+
0 => __DIR__ . '/..' . '/seld/jsonlint/src/Seld/JsonLint',
92+
),
93+
'Psr\\Log\\' =>
94+
array (
95+
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
96+
),
97+
'Phpbb\\Epv\\' =>
98+
array (
99+
0 => __DIR__ . '/..' . '/phpbb/epv/src',
100+
),
101+
'PhpParser\\' =>
102+
array (
103+
0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser',
104+
),
105+
'JsonSchema\\' =>
106+
array (
107+
0 => __DIR__ . '/..' . '/justinrainbow/json-schema/src/JsonSchema',
108+
),
109+
'Gitonomy\\Git\\' =>
110+
array (
111+
0 => __DIR__ . '/..' . '/gitonomy/gitlib/src/Gitonomy/Git',
112+
),
113+
'Composer\\XdebugHandler\\' =>
114+
array (
115+
0 => __DIR__ . '/..' . '/composer/xdebug-handler/src',
116+
),
117+
'Composer\\Spdx\\' =>
118+
array (
119+
0 => __DIR__ . '/..' . '/composer/spdx-licenses/src',
120+
),
121+
'Composer\\Semver\\' =>
122+
array (
123+
0 => __DIR__ . '/..' . '/composer/semver/src',
124+
),
125+
'Composer\\CaBundle\\' =>
126+
array (
127+
0 => __DIR__ . '/..' . '/composer/ca-bundle/src',
128+
),
129+
'Composer\\' =>
130+
array (
131+
0 => __DIR__ . '/..' . '/composer/composer/src/Composer',
132+
),
133+
);
134+
135+
public static $prefixesPsr0 = array (
136+
'S' =>
137+
array (
138+
'SensioLabs\\AnsiConverter' =>
139+
array (
140+
0 => __DIR__ . '/..' . '/sensiolabs/ansi-to-html',
141+
),
142+
),
143+
);
144+
9145
public static $classMap = array (
10146
'GeSHi' => __DIR__ . '/..' . '/easybook/geshi/geshi.php',
11147
);
12148

13149
public static function getInitializer(ClassLoader $loader)
14150
{
15151
return \Closure::bind(function () use ($loader) {
152+
$loader->prefixLengthsPsr4 = ComposerStaticInite29ac243941deb1509821f7b4d6204ed::$prefixLengthsPsr4;
153+
$loader->prefixDirsPsr4 = ComposerStaticInite29ac243941deb1509821f7b4d6204ed::$prefixDirsPsr4;
154+
$loader->prefixesPsr0 = ComposerStaticInite29ac243941deb1509821f7b4d6204ed::$prefixesPsr0;
16155
$loader->classMap = ComposerStaticInite29ac243941deb1509821f7b4d6204ed::$classMap;
17156

18157
}, null, ClassLoader::class);

0 commit comments

Comments
 (0)