|
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 | | - 'eftec\\bladeone\\' => array($vendorDir . '/eftec/bladeone/lib'), |
13 | | - 'WP_CLI\\MaintenanceMode\\' => array($vendorDir . '/wp-cli/maintenance-mode-command/src'), |
14 | | - 'WP_CLI\\I18n\\' => array($vendorDir . '/wp-cli/i18n-command/src'), |
15 | | - 'WP_CLI\\Embeds\\' => array($vendorDir . '/wp-cli/embed-command/src'), |
16 | 9 | 'WPGraphQL\\JWT_Authentication\\' => array($baseDir . '/src'), |
17 | | - 'VRia\\Utils\\' => array($vendorDir . '/vria/nodiacritic/src'), |
18 | | - 'Symfony\\Polyfill\\Php85\\' => array($vendorDir . '/symfony/polyfill-php85'), |
19 | | - 'Symfony\\Polyfill\\Php84\\' => array($vendorDir . '/symfony/polyfill-php84'), |
20 | | - 'Symfony\\Polyfill\\Php83\\' => array($vendorDir . '/symfony/polyfill-php83'), |
21 | | - 'Symfony\\Polyfill\\Php81\\' => array($vendorDir . '/symfony/polyfill-php81'), |
22 | | - 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), |
23 | | - 'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'), |
24 | | - 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
25 | | - 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'), |
26 | | - 'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'), |
27 | | - 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
28 | | - 'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), |
29 | | - 'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), |
30 | | - 'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'), |
31 | | - 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), |
32 | | - 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), |
33 | | - 'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'), |
34 | | - 'Symfony\\Component\\Process\\' => array($vendorDir . '/wp-cli/process'), |
35 | | - 'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'), |
36 | | - 'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'), |
37 | | - 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'), |
38 | | - 'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'), |
39 | | - 'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'), |
40 | | - 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'), |
41 | | - 'Symfony\\Component\\Clock\\' => array($vendorDir . '/symfony/clock'), |
42 | | - 'Symfony\\Component\\BrowserKit\\' => array($vendorDir . '/symfony/browser-kit'), |
43 | | - 'Seld\\Signal\\' => array($vendorDir . '/seld/signal-handler/src'), |
44 | | - 'Seld\\PharUtils\\' => array($vendorDir . '/seld/phar-utils/src'), |
45 | | - 'Seld\\JsonLint\\' => array($vendorDir . '/seld/jsonlint/src/Seld/JsonLint'), |
46 | | - 'React\\Promise\\' => array($vendorDir . '/react/promise/src'), |
47 | | - 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'), |
48 | | - 'Psr\\Log\\' => array($vendorDir . '/psr/log/src'), |
49 | | - 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'), |
50 | | - 'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'), |
51 | | - 'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'), |
52 | | - 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), |
53 | | - 'Psr\\Clock\\' => array($vendorDir . '/psr/clock/src'), |
54 | | - 'Peast\\' => array($vendorDir . '/mck89/peast/lib/Peast'), |
55 | | - 'Mustangostang\\' => array($vendorDir . '/wp-cli/mustangostang-spyc/src'), |
56 | | - 'MikeMcLin\\WpPassword\\' => array($vendorDir . '/mikemclin/laravel-wp-password/src'), |
57 | | - 'LightnCandy\\' => array($vendorDir . '/zordius/lightncandy/src'), |
58 | | - 'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'), |
59 | | - 'Illuminate\\Support\\' => array($vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/reflection', $vendorDir . '/illuminate/support'), |
60 | | - 'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'), |
61 | | - 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), |
62 | | - 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), |
63 | | - 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), |
64 | | - 'Gettext\\Languages\\' => array($vendorDir . '/gettext/languages/src'), |
65 | | - 'Gettext\\' => array($vendorDir . '/gettext/gettext/src'), |
66 | | - 'Flow\\JSONPath\\' => array($vendorDir . '/softcreatr/jsonpath/src'), |
67 | 10 | 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'), |
68 | | - 'Facebook\\WebDriver\\' => array($vendorDir . '/php-webdriver/webdriver/lib'), |
69 | | - 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), |
70 | | - 'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/src'), |
71 | | - 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), |
72 | | - 'Composer\\XdebugHandler\\' => array($vendorDir . '/composer/xdebug-handler/src'), |
73 | | - 'Composer\\Spdx\\' => array($vendorDir . '/composer/spdx-licenses/src'), |
74 | | - 'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'), |
75 | | - 'Composer\\Pcre\\' => array($vendorDir . '/composer/pcre/src'), |
76 | | - 'Composer\\MetadataMinifier\\' => array($vendorDir . '/composer/metadata-minifier/src'), |
77 | | - 'Composer\\ClassMapGenerator\\' => array($vendorDir . '/composer/class-map-generator/src'), |
78 | | - 'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'), |
79 | | - 'Composer\\' => array($vendorDir . '/composer/composer/src/Composer'), |
80 | | - 'Codeception\\PHPUnit\\' => array($vendorDir . '/codeception/phpunit-wrapper/src'), |
81 | | - 'Codeception\\Extension\\' => array($vendorDir . '/codeception/codeception/ext'), |
82 | | - 'Codeception\\' => array($vendorDir . '/codeception/codeception/src/Codeception', $vendorDir . '/codeception/stub/src', $vendorDir . '/lucatume/wp-browser/src/Codeception'), |
83 | | - 'Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'), |
84 | | - 'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), |
85 | 11 | ); |
0 commit comments