mirror of
https://github.com/friendica/friendica
synced 2025-04-30 05:04:22 +02:00
Add michelf/php-markdown to Composer
This commit is contained in:
parent
a81dc7f5a8
commit
53f3d54ad3
27 changed files with 4736 additions and 384 deletions
6
vendor/pear-pear.php.net/PEAR/bin/peardev.bat
generated
vendored
6
vendor/pear-pear.php.net/PEAR/bin/peardev.bat
generated
vendored
|
@ -25,11 +25,11 @@ REM -------------------
|
|||
REM Test to see if this is a raw pear.bat (uninstalled version)
|
||||
SET TMPTMPTMPTMPT=@includ
|
||||
SET PMTPMTPMT=%TMPTMPTMPTMPT%e_path@
|
||||
FOR %%x IN ("D:\Mes Projets\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR") DO (if %%x=="%PMTPMTPMT%" GOTO :NOTINSTALLED)
|
||||
FOR %%x IN ("D:\Projects\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR") DO (if %%x=="%PMTPMTPMT%" GOTO :NOTINSTALLED)
|
||||
|
||||
REM Check PEAR global ENV, set them if they do not exist
|
||||
IF "%PHP_PEAR_INSTALL_DIR%"=="" SET "PHP_PEAR_INSTALL_DIR=D:\Mes Projets\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR"
|
||||
IF "%PHP_PEAR_BIN_DIR%"=="" SET "PHP_PEAR_BIN_DIR=D:\Mes Projets\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR/bin"
|
||||
IF "%PHP_PEAR_INSTALL_DIR%"=="" SET "PHP_PEAR_INSTALL_DIR=D:\Projects\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR"
|
||||
IF "%PHP_PEAR_BIN_DIR%"=="" SET "PHP_PEAR_BIN_DIR=D:\Projects\Friendica\friendica\friendica\vendor/pear-pear.php.net/PEAR/bin"
|
||||
IF "%PHP_PEAR_PHP_BIN%"=="" SET "PHP_PEAR_PHP_BIN=/composer-php.bat"
|
||||
GOTO :INSTALLED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue