annotate vendor/composer/include_paths.php @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
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 );