8000 Upgraded CI Composer · symfony/symfony@a790eee · GitHub
[go: up one dir, main page]

Skip to content

Commit a790eee

Browse files
Upgraded CI Composer
1 parent afe2f0c commit a790eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install:
5050
- copy /Y php.ini-min php.ini
5151
- echo extension=php_openssl.dll >> php.ini
5252
- cd c:\projects\symfony
53-
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.7.1/composer.phar)
53+
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.9.0/composer.phar)
5454
- php composer.phar self-update
5555
- copy /Y .composer\* %APPDATA%\Composer\
5656
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-master

0 commit comments

Comments
 (0)
0