|
6 | 6 | $baseDir = dirname($vendorDir); |
7 | 7 |
|
8 | 8 | return array( |
| 9 | + 'voku\\tests\\' => array($vendorDir . '/voku/portable-ascii/tests'), |
| 10 | + 'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'), |
| 11 | + 'tad\\' => array($vendorDir . '/lucatume/wp-browser/src/tad', $vendorDir . '/lucatume/wp-browser-commons/src/tad'), |
| 12 | + 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'), |
| 13 | + 'cweagans\\Composer\\' => array($vendorDir . '/cweagans/composer-patches/src'), |
| 14 | + 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), |
| 15 | + 'WP_CLI\\MaintenanceMode\\' => array($vendorDir . '/wp-cli/maintenance-mode-command/src'), |
| 16 | + 'WP_CLI\\I18n\\' => array($vendorDir . '/wp-cli/i18n-command/src'), |
| 17 | + 'WP_CLI\\Embeds\\' => array($vendorDir . '/wp-cli/embed-command/src'), |
| 18 | + 'WP_CLI\\' => array($vendorDir . '/wp-cli/entity-command/src/WP_CLI', $vendorDir . '/wp-cli/shell-command/src/WP_CLI'), |
9 | 19 | 'WPGraphQL\\JWT_Authentication\\' => array($baseDir . '/src'), |
| 20 | + 'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'), |
| 21 | + 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 22 | + 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
| 23 | + 'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), |
| 24 | + 'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), |
| 25 | + 'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'), |
| 26 | + 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), |
| 27 | + 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), |
| 28 | + 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'), |
| 29 | + 'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'), |
| 30 | + 'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'), |
| 31 | + 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'), |
| 32 | + 'Symfony\\Component\\DomCrawler\\' => array($vendorDir . '/symfony/dom-crawler'), |
| 33 | + 'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'), |
| 34 | + 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'), |
| 35 | + 'Symfony\\Component\\BrowserKit\\' => array($vendorDir . '/symfony/browser-kit'), |
| 36 | + 'Seld\\PharUtils\\' => array($vendorDir . '/seld/phar-utils/src'), |
| 37 | + 'Seld\\JsonLint\\' => array($vendorDir . '/seld/jsonlint/src/Seld/JsonLint'), |
| 38 | + 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'), |
| 39 | + 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), |
| 40 | + 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), |
| 41 | + 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), |
| 42 | + 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'), |
| 43 | + 'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'), |
| 44 | + 'Peast\\test\\' => array($vendorDir . '/mck89/peast/test/Peast'), |
| 45 | + 'Peast\\' => array($vendorDir . '/mck89/peast/lib/Peast'), |
| 46 | + 'Mustangostang\\' => array($vendorDir . '/wp-cli/mustangostang-spyc/src'), |
| 47 | + 'MikeMcLin\\WpPassword\\' => array($vendorDir . '/mikemclin/laravel-wp-password/src'), |
| 48 | + 'JsonSchema\\' => array($vendorDir . '/justinrainbow/json-schema/src/JsonSchema'), |
| 49 | + 'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'), |
| 50 | + 'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'), |
| 51 | + 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), |
| 52 | + 'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), |
| 53 | + 'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), |
| 54 | + 'Gumlet\\' => array($vendorDir . '/gumlet/php-image-resize/lib'), |
| 55 | + 'Gettext\\Languages\\' => array($vendorDir . '/gettext/languages/src'), |
| 56 | + 'Gettext\\' => array($vendorDir . '/gettext/gettext/src'), |
10 | 57 | 'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'), |
| 58 | + 'Facebook\\WebDriver\\' => array($vendorDir . '/facebook/webdriver/lib'), |
| 59 | + 'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'), |
| 60 | + 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), |
| 61 | + 'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'), |
| 62 | + 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), |
| 63 | + 'Composer\\XdebugHandler\\' => array($vendorDir . '/composer/xdebug-handler/src'), |
| 64 | + 'Composer\\Spdx\\' => array($vendorDir . '/composer/spdx-licenses/src'), |
| 65 | + 'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'), |
| 66 | + 'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'), |
| 67 | + 'Composer\\' => array($vendorDir . '/composer/composer/src/Composer'), |
| 68 | + 'Codeception\\PHPUnit\\' => array($vendorDir . '/codeception/phpunit-wrapper/src'), |
| 69 | + 'Codeception\\Extension\\' => array($vendorDir . '/codeception/codeception/ext'), |
| 70 | + 'Codeception\\' => array($vendorDir . '/codeception/codeception/src/Codeception', $vendorDir . '/codeception/stub/src', $vendorDir . '/lucatume/wp-browser/src/Codeception'), |
| 71 | + 'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), |
| 72 | + '' => array($vendorDir . '/wp-cli/cache-command/src', $vendorDir . '/wp-cli/checksum-command/src', $vendorDir . '/wp-cli/config-command/src', $vendorDir . '/wp-cli/core-command/src', $vendorDir . '/wp-cli/cron-command/src', $vendorDir . '/wp-cli/db-command/src', $vendorDir . '/wp-cli/entity-command/src', $vendorDir . '/wp-cli/eval-command/src', $vendorDir . '/wp-cli/export-command/src', $vendorDir . '/wp-cli/extension-command/src', $vendorDir . '/wp-cli/import-command/src', $vendorDir . '/wp-cli/language-command/src', $vendorDir . '/wp-cli/media-command/src', $vendorDir . '/wp-cli/package-command/src', $vendorDir . '/wp-cli/rewrite-command/src', $vendorDir . '/wp-cli/role-command/src', $vendorDir . '/wp-cli/scaffold-command/src', $vendorDir . '/wp-cli/search-replace-command/src', $vendorDir . '/wp-cli/server-command/src', $vendorDir . '/wp-cli/shell-command/src', $vendorDir . '/wp-cli/super-admin-command/src', $vendorDir . '/wp-cli/widget-command/src'), |
11 | 73 | ); |
0 commit comments