diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:31:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 11:31:45 +0000 |
commit | 4e393913a4b1f06509da4341f0f58a41adac9117 (patch) | |
tree | 9c27e3eb77d109dff5fd031502311c5616adab04 /vendor/composer/include_paths.php | |
parent | Initial commit. (diff) | |
download | icinga-php-thirdparty-upstream.tar.xz icinga-php-thirdparty-upstream.zip |
Adding upstream version 0.12.1+ds.upstream/0.12.1+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/composer/include_paths.php')
-rw-r--r-- | vendor/composer/include_paths.php | 10 |
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 0000000..c773b70 --- /dev/null +++ b/vendor/composer/include_paths.php @@ -0,0 +1,10 @@ +<?php + +// include_paths.php @generated by Composer + +$vendorDir = dirname(__DIR__); +$baseDir = dirname($vendorDir); + +return array( + $vendorDir . '/shardj/zf1-future/library', +); |