8000 Fix URL to get composer.phar · symfony/symfony@f55927a · GitHub
[go: up one dir, main page]

Skip to content

Commit f55927a

Browse files
Fix URL to get composer.phar
1 parent 9827947 commit f55927a

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
@@ -43,7 +43,7 @@ install:
4343
- echo extension=php_curl.dll >> php.ini-max
4444
- copy /Y php.ini-max php.ini
4545
- cd c:\projects\symfony
46-
- appveyor DownloadFile https://github.com/composer/composer/releases/download/2.2.10/composer.phar
46+
- appveyor DownloadFile https://getcomposer.org/download/latest-2.2.x/composer.phar
4747
- mkdir %APPDATA%\Composer && copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
4848
- git config --global user.email ""
4949
- git config --global user.name "Symfony"

0 commit comments

Comments
 (0)
0