This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- composer.bat.orig 2017-08-08 22:25:55.769011700 +0200 | |
+++ composer.bat 2017-08-08 22:42:33.878045000 +0200 | |
@@ -1,2 +1,6 @@ | |
-@SET PATH=C:\Development\AcquiaDevDesktop\php5_4;%PATH% | |
-php.exe composer.phar %* | |
+@echo off | |
+ | |
+IF "%PHP_ID%"=="" (SET PHP_ID=php5_5) | |
+SET PATH=C:\Development\AcquiaDevDesktop\%PHP_ID%;%PATH% | |
+ |