annotate vendor/composer/include_paths.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents
children
rev   line source
Chris@18 1 <?php
Chris@18 2
Chris@18 3 // include_paths.php @generated by Composer
Chris@18 4
Chris@18 5 $vendorDir = dirname(dirname(__FILE__));
Chris@18 6 $baseDir = dirname($vendorDir);
Chris@18 7
Chris@18 8 return array(
Chris@18 9 $vendorDir . '/pear/archive_tar',
Chris@18 10 $vendorDir . '/pear/console_getopt',
Chris@18 11 $vendorDir . '/pear/pear-core-minimal/src',
Chris@18 12 $vendorDir . '/pear/pear_exception',
Chris@18 13 );