summaryrefslogtreecommitdiffstats
path: root/vendor/composer/include_paths.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/composer/include_paths.php')
-rw-r--r--vendor/composer/include_paths.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/composer/include_paths.php b/vendor/composer/include_paths.php
new file mode 100644
index 000000000..fe56a21d8
--- /dev/null
+++ b/vendor/composer/include_paths.php
@@ -0,0 +1,10 @@
+<?php
+
+// include_paths.php @generated by Composer
+
+$vendorDir = dirname(dirname(__FILE__));
+$baseDir = dirname($vendorDir);
+
+return array(
+ $vendorDir . '/pear/net_url2',
+);