aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/bin/vobject
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/bin/vobject')
-rwxr-xr-xvendor/bin/vobject5
1 files changed, 1 insertions, 4 deletions
diff --git a/vendor/bin/vobject b/vendor/bin/vobject
index 0a78d4965..0097f5a5c 100755
--- a/vendor/bin/vobject
+++ b/vendor/bin/vobject
@@ -108,10 +108,7 @@ if (PHP_VERSION_ID < 80000) {
}
}
- if (
- (function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
- || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
- ) {
+ if (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper')) {
include("phpvfscomposer://" . __DIR__ . '/..'.'/sabre/vobject/bin/vobject');
exit(0);
}