Mercurial > hg > isophonics-drupal-site
comparison vendor/composer/autoload_namespaces.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
4 | 4 |
5 $vendorDir = dirname(dirname(__FILE__)); | 5 $vendorDir = dirname(dirname(__FILE__)); |
6 $baseDir = dirname($vendorDir); | 6 $baseDir = dirname($vendorDir); |
7 | 7 |
8 return array( | 8 return array( |
9 'phpDocumentor' => array($vendorDir . '/phpdocumentor/reflection-docblock/src'), | |
10 'org\\bovigo\\vfs\\' => array($vendorDir . '/mikey179/vfsStream/src/main/php'), | 9 'org\\bovigo\\vfs\\' => array($vendorDir . '/mikey179/vfsStream/src/main/php'), |
11 'Twig_' => array($vendorDir . '/twig/twig/lib'), | 10 'Twig_' => array($vendorDir . '/twig/twig/lib'), |
12 'Stack' => array($vendorDir . '/stack/builder/src'), | 11 'Stack' => array($vendorDir . '/stack/builder/src'), |
13 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'), | 12 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'), |
14 'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'), | 13 'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'), |
15 'JakubOnderka\\PhpConsoleColor' => array($vendorDir . '/jakub-onderka/php-console-color/src'), | 14 'JakubOnderka\\PhpConsoleColor' => array($vendorDir . '/jakub-onderka/php-console-color/src'), |
16 'Egulias\\' => array($vendorDir . '/egulias/email-validator/src'), | 15 'Egulias\\' => array($vendorDir . '/egulias/email-validator/src'), |
17 'EasyRdf_' => array($vendorDir . '/easyrdf/easyrdf/lib'), | 16 'EasyRdf_' => array($vendorDir . '/easyrdf/easyrdf/lib'), |
18 'Drush' => array($vendorDir . '/drush/drush/lib'), | 17 'Drush' => array($vendorDir . '/drush/drush/lib'), |
19 'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'), | 18 'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'), |
20 'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib'), | |
21 'Doctrine\\Common\\Collections\\' => array($vendorDir . '/doctrine/collections/lib'), | 19 'Doctrine\\Common\\Collections\\' => array($vendorDir . '/doctrine/collections/lib'), |
22 'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib'), | |
23 'Consolidation' => array($vendorDir . '/drush/drush/lib'), | 20 'Consolidation' => array($vendorDir . '/drush/drush/lib'), |
24 ); | 21 ); |