|
6 | 6 | $baseDir = dirname($vendorDir);
|
7 | 7 |
|
8 | 8 | 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'), |
12 | 9 | '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'), |
48 | 10 | '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'), |
57 | 11 | );
|
0 commit comments