Show spam aliases #
This commit is contained in:
11
data/web/rc/vendor/bin/composer-php.bat
vendored
Executable file
11
data/web/rc/vendor/bin/composer-php.bat
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
set BIN_DIR=%~dp0
|
||||
set VENDOR_DIR=%BIN_DIR%\../
|
||||
set DIRS=.
|
||||
FOR /D %%V IN (%VENDOR_DIR%\*) DO (
|
||||
FOR /D %%P IN (%%V\*) DO (
|
||||
set DIRS=!DIRS!;%%~fP
|
||||
)
|
||||
)
|
||||
php.exe -d include_path=!DIRS! %*
|
Reference in New Issue
Block a user