8000 minor #33348 Upgraded CI Composer (GrahamCampbell) · symfony/symfony@aa0152e · GitHub
[go: up one dir, main page]

Skip to content

Commit aa0152e

Browse files
8000
committed
minor #33348 Upgraded CI Composer (GrahamCampbell)
This PR was merged into the 3.4 branch. Discussion ---------- Upgraded CI Composer | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- a790eee Upgraded CI Composer
2 parents 5551763 + a790eee commit aa0152e

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< 59EA code class="diff-text syntax-highlighted-line">
- 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