We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dcd1b commit 5776728Copy full SHA for 5776728
appveyor.yml
@@ -39,8 +39,7 @@ install:
39
- IF %PHP%==1 echo extension=php_fileinfo.dll >> php.ini
40
- IF %PHP%==1 echo @php %%~dp0composer.phar %%* > composer.bat
41
- appveyor DownloadFile https://getcomposer.org/composer.phar
42
- - cd c:\projects\reactphp-child-process-messenger
43
- - composer config github-oauth.github.com %GH_TOKEN%
+ - cd c:\projects\php-pusher-client
44
- IF %dependencies%==lowest composer update --prefer-lowest --no-progress -n
45
- IF %dependencies%==current composer install --no-progress
46
- IF %dependencies%==highest composer update --no-progress -n
0 commit comments