Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 1663
Zeile 2... Zeile 2...
2
<?php
2
<?php
Zeile 3... Zeile 3...
3
 
3
 
4
/**
4
/**
5
 * Proxy PHP file generated by Composer
5
 * Proxy PHP file generated by Composer
6
 *
6
 *
7
 * This file includes the referenced bin path (../psy/psysh/bin/psysh)
7
 * This file includes the referenced bin path (../../../zeldi/vendor/psy/psysh/bin/psysh)
8
 * using a stream wrapper to prevent the shebang from being output on PHP<8
8
 * using a stream wrapper to prevent the shebang from being output on PHP<8
9
 *
9
 *
10
 * @generated
10
 * @generated
Zeile 11... Zeile 11...
11
 */
11
 */
Zeile 12... Zeile 12...
12
 
12
 
13
namespace Composer;
13
namespace Composer;
Zeile 14... Zeile 14...
14
 
14
 
15
$GLOBALS['_composer_bin_dir'] = __DIR__;
15
$GLOBALS['_composer_bin_dir'] = __DIR__;
16
$GLOBALS['_composer_autoload_path'] = __DIR__ . '/..'.'/autoload.php';
16
$GLOBALS['_composer_autoload_path'] = __DIR__ . '/../../..'.'/zeldi/vendor/autoload.php';
17
 
17
 
Zeile 110... Zeile 110...
110
 
110
 
111
    if (
111
    if (
112
        (function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
112
        (function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
113
        || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
113
        || (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
114
    ) {
114
    ) {
115
        include("phpvfscomposer://" . __DIR__ . '/..'.'/psy/psysh/bin/psysh');
115
        include("phpvfscomposer://" . __DIR__ . '/../../..'.'/zeldi/vendor/psy/psysh/bin/psysh');
116
        exit(0);
116
        exit(0);
117
    }
117
    }
Zeile 118... Zeile 118...
118
}
118
}