summaryrefslogtreecommitdiffstats
path: root/3rdparty/composer/include_paths.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/composer/include_paths.php')
-rw-r--r--3rdparty/composer/include_paths.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/composer/include_paths.php b/3rdparty/composer/include_paths.php
new file mode 100644
index 000000000..fe56a21d8
--- /dev/null
+++ b/3rdparty/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',
+);