8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b687fd commit 9d24400Copy full SHA for 9d24400
appveyor.yml
@@ -56,7 +56,7 @@ install:
56
- php composer.phar self-update
57
- copy /Y .composer\* %APPDATA%\Composer\
58
- php composer.phar global require --no-progress --no-scripts --no-plugins symfony/flex dev-master
59
- - php .github/build-packages.php "HEAD^" src\Symfony\Bridge\PhpUnit
+ - php .github/build-packages.php %APPVEYOR_REPO_COMMIT%^^ src\Symfony\Bridge\PhpUnit
60
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
61
- php composer.phar config platform.php 5.3.9
62
- php composer.phar update --no-progress --no-suggest --ansi
0 commit comments