Skip to content

Commit 5de35ce

Browse files
committed
chore: Composer files fixed.
1 parent 3dc37ab commit 5de35ce

File tree

8 files changed

+34
-12234
lines changed

8 files changed

+34
-12234
lines changed

vendor/composer/autoload_classmap.php

Lines changed: 0 additions & 2280 deletions
Large diffs are not rendered by default.

vendor/composer/autoload_files.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

vendor/composer/autoload_namespaces.php

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

88
return array(
9-
'cli' => array($vendorDir . '/wp-cli/php-cli-tools/lib'),
10-
'WP_CLI\\' => array($vendorDir . '/wp-cli/wp-cli/php'),
11-
'Requests' => array($vendorDir . '/rmccue/requests/library'),
12-
'Mustache' => array($vendorDir . '/mustache/mustache/src'),
13-
'Hautelook' => array($vendorDir . '/bordoni/phpass/src'),
14-
'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
159
);

vendor/composer/autoload_psr4.php

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

88
return array(
9-
'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'),
10-
'tad\\' => array($vendorDir . '/lucatume/wp-browser/src/tad'),
11-
'mikehaertl\\shellcommand\\' => array($vendorDir . '/mikehaertl/php-shellcommand/src'),
129
'WPGraphQL\\JWT_Authentication\\' => array($baseDir . '/src'),
13-
'VRia\\Utils\\' => array($vendorDir . '/vria/nodiacritic/src'),
14-
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
15-
'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'),
16-
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
17-
'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'),
18-
'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'),
19-
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
20-
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
21-
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
22-
'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
23-
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
24-
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
25-
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
26-
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
27-
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
28-
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
29-
'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'),
30-
'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
31-
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
32-
'Symfony\\Component\\BrowserKit\\' => array($vendorDir . '/symfony/browser-kit'),
33-
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
34-
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
35-
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
36-
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
37-
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
38-
'Mustangostang\\' => array($vendorDir . '/wp-cli/mustangostang-spyc/src'),
39-
'MikeMcLin\\WpPassword\\' => array($vendorDir . '/mikemclin/laravel-wp-password/src'),
40-
'LightnCandy\\' => array($vendorDir . '/zordius/lightncandy/src'),
41-
'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'),
42-
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/support'),
43-
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
44-
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
45-
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
46-
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
47-
'Flow\\JSONPath\\' => array($vendorDir . '/softcreatr/jsonpath/src'),
4810
'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
49-
'Facebook\\WebDriver\\' => array($vendorDir . '/php-webdriver/webdriver/lib'),
50-
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
51-
'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'),
52-
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
53-
'Codeception\\PHPUnit\\' => array($vendorDir . '/codeception/phpunit-wrapper/src'),
54-
'Codeception\\Extension\\' => array($vendorDir . '/codeception/codeception/ext'),
55-
'Codeception\\' => array($vendorDir . '/codeception/stub/src', $vendorDir . '/codeception/codeception/src/Codeception', $vendorDir . '/lucatume/wp-browser/src/Codeception'),
56-
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
5711
);

vendor/composer/autoload_real.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,6 @@ public static function getLoader()
3333

3434
$loader->register(true);
3535

36-
$includeFiles = \Composer\Autoload\ComposerStaticInitb81212723df6ec6a4125604686c14dbf::$files;
37-
foreach ($includeFiles as $fileIdentifier => $file) {
38-
composerRequireb81212723df6ec6a4125604686c14dbf($fileIdentifier, $file);
39-
}
40-
4136
return $loader;
4237
}
4338
}
44-
45-
/**
46-
* @param string $fileIdentifier
47-
* @param string $file
48-
* @return void
49-
*/
50-
function composerRequireb81212723df6ec6a4125604686c14dbf($fileIdentifier, $file)
51-
{
52-
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
53-
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
54-
55-
require $file;
56-
}
57-
}

0 commit comments

Comments
 (0)