File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ build: false
22clone_depth : 2
33clone_folder : c:\projects\symfony
44
5- cache :
6- - composer.phar
7- - .phpunit -> phpunit
8-
95init :
106 - SET PATH=c:\php;%PATH%
117 - SET COMPOSER_NO_INTERACTION=1
@@ -48,9 +44,8 @@ install:
4844 - echo extension=php_sodium.dll >> php.ini-max
4945 - copy /Y php.ini-max php.ini
5046 - cd c:\projects\symfony
51- - IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/2.2.10/composer.phar)
52- - php composer.phar self-update --2
53- - copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
47+ - appveyor DownloadFile https://getcomposer.org/download/latest-stable/composer.phar
48+ - mkdir %APPDATA%\Composer && copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
5449 - git config --global user.email ""
5550 - git config --global user.name "Symfony"
5651 - FOR /F "tokens=* USEBACKQ" %%F IN (`bash -c "grep ' VERSION = ' src/Symfony/Component/HttpKernel/Kernel.php | grep -o '[0-9][0-9]*\.[0-9]'"`) DO (SET SYMFONY_VERSION=%%F)
You can’t perform that action at this time.
0 commit comments