annotate vendor/composer/include_paths.php @ 5:12f9dff5fda9 tip

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