10000 Merge branch '4.4' into 5.3 · symfony/symfony@11f922f · GitHub
[go: up one dir, main page]

Skip to content

Commit 11f922f

Browse files
Merge branch '4.4' into 5.3
* 4.4: Remove flex from appveyor
2 parents a91b5a1 + af881a9 commit 11f922f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,10 @@ install:
4848
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/2.0.0/composer.phar)
4949
- php composer.phar self-update --2
5050
- copy /Y .github\composer-config.json %APPDATA%\Composer\config.json
51-
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex
5251
- git config --global user.email ""
5352
- git config --global user.name "Symfony"
5453
- 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)
5554
- php .github/build-packages.php HEAD^ %SYMFONY_VERSION% src\Symfony\Bridge\PhpUnit
56-
- SET "SYMFONY_REQUIRE=>=%SYMFONY_VERSION%"
5755
- SET COMPOSER_ROOT_VERSION=%SYMFONY_VERSION%.x-dev
5856
- php composer.phar update --no-progress --ansi
5957
- php phpunit install

0 commit comments

Comments
 (0)
0